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 6ff3881 commit 9e7d7a7Copy full SHA for 9e7d7a7
packages/smart-contract/hardhat.config.ts
@@ -55,8 +55,6 @@ const config: HardhatUserConfig = {
55
: {
56
bellecour: env.EXPLORER_API_KEY || 'nothing', // a non-empty string is needed by the plugin.
57
avalancheFuji: env.EXPLORER_API_KEY || 'nothing', // a non-empty string is needed by the plugin.
58
- arbitrumSepolia: env.EXPLORER_API_KEY || '',
59
- arbitrum: env.EXPLORER_API_KEY || '',
60
},
61
customChains: [
62
{
0 commit comments