Skip to content

Commit

Permalink
update verification settings
Browse files Browse the repository at this point in the history
  • Loading branch information
malteish committed Jun 13, 2024
1 parent 7d6cea9 commit f032fb9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,12 @@ const config: HardhatUserConfig = {
currency: 'USD',
},
etherscan: {
apiKey: process.env.ETHERSCAN_API_KEY,
apiKey: {
mainnet: process.env.ETHERSCAN_API_KEY || '',
sepolia: process.env.ETHERSCAN_API_KEY || '',
chiado: process.env.GNOSISSCAN_API_KEY || '',
gnosis: process.env.GNOSISSCAN_API_KEY || '',
},
},
typechain: {
outDir: 'types',
Expand Down

0 comments on commit f032fb9

Please sign in to comment.