Verify with Hardhat
Last updated
Last updated
is a smart contracts development tool, perfect if you're familiar with Javascript/Typescript.
If you've yet to setup Hardhat, here's the , the following steps are to setup the verification plugin.
Via npm
In hardhat.config.ts
, import the plugin
Add your Etherscan key
This change largely affects the hardhat.config.ts
file — good riddance to the long customChains
entries for each explorer.
Update your config to a single Etherscan apiKey
entry as per above.
API keys from any other explorer (such as BscScan/Basescan/Arbiscan) have been deprecated
This open source integration was shipped by and the Hardhat team