diff --git a/hardhat.config.js b/hardhat.config.js index 864a04b8..6cc8e6e4 100644 --- a/hardhat.config.js +++ b/hardhat.config.js @@ -63,6 +63,7 @@ module.exports = { etherscan: { apiKey: { mainnet: argv.etherscan, + sepolia: argv.etherscan, polygon: argv.polyscan, basesepolia: argv.basescan },