Verify with Foundry
Last updated
Last updated
is a tool that helps take the heat off smart contract development steps , including compiling, deploying and finally submitting your contract for verification.
API keys from any other explorer (such as BscScan/Basescan/Arbiscan) have been deprecated
The easiest way to migrate is to simply pass in your key via --etherscan-api-key
. This works for every .
For deployment scripts, in foundry.toml
you can shorten your settings to this, without needing a different key for each chain.
This open source integration was done by and the Foundry team