Verify with Hardhat
Prerequisites
What is smart contract verification?
Edit smart contract verification configuration
etherscan: {
apiKey: {
inj_testnet: 'nil',
},
customChains: [
{
network: 'inj_testnet',
chainId: 1439,
urls: {
apiURL: 'https://testnet.blockscout-api.injective.network/api',
browserURL: 'https://testnet.blockscout.injective.network/',
},
},
],
},
sourcify: {
enabled: false,
},Run the verification command
Check the verification outcome
Next steps
Last updated
