Skip to content

Commit

Permalink
Add ETH Sepolia property to Hardhat config
Browse files Browse the repository at this point in the history
  • Loading branch information
RCantu92 committed Apr 15, 2024
1 parent 449df8e commit 113d00e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hardhat.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ module.exports = {
etherscan: {
apiKey: {
mainnet: argv.etherscan,
sepolia: argv.etherscan,
polygon: argv.polyscan,
basesepolia: argv.basescan
},
Expand Down

0 comments on commit 113d00e

Please sign in to comment.