0age / create2crunch

A Rust program for finding salts that create gas-efficient Ethereum addresses via CREATE2.
MIT License
472 stars 83 forks source link

Use ContractScan for Create2Factory deployment link #22

Open Destiner opened 4 months ago

Destiner commented 4 months ago

Replaces Blockscan with ContractScan. The latter only highlights the networks where the code is actually deployed (vs having e.g. some balance), supports over 100 networks (vs 50ish), and is open-source.

Disclaimer: author of ContractScan