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 c2d2e7c commit 7cd7f98Copy full SHA for 7cd7f98
hardhat.config.ts
@@ -202,7 +202,7 @@ const config: HardhatUserConfig = {
202
? process.env.EXPLORER_API_KEY
203
: {
204
avalancheFujiTestnet: 'nothing', // a non-empty string is needed by the plugin.
205
- arbitrumSepolia: process.env.ARBISCAN_API_KEY || '',
+ arbitrumSepolia: process.env.EXPLORER_API_KEY || '',
206
bellecour: 'nothing', // a non-empty string is needed by the plugin.
207
},
208
customChains: [
0 commit comments