We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce97314 commit 39dfe99Copy full SHA for 39dfe99
hardhat.config.ts
@@ -211,7 +211,7 @@ const config: HardhatUserConfig = {
211
etherscan: {
212
// TODO migrate to Etherscan V2 API and use process.env.EXPLORER_API_KEY
213
apiKey: {
214
- arbitrum: process.env.ARBISCAN_API_KEY || '',
+ arbitrumOne: process.env.ARBISCAN_API_KEY || '', // This name is required by the plugin.
215
avalancheFujiTestnet: 'nothing', // a non-empty string is needed by the plugin.
216
arbitrumSepolia: process.env.ARBISCAN_API_KEY || '',
217
bellecour: 'nothing', // a non-empty string is needed by the plugin.
0 commit comments