Skip to content

Commit 83b5fd0

Browse files
committed
fix: remove unused Arbitrum API key references from hardhat config
1 parent 81b8391 commit 83b5fd0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/sharing-smart-contract/hardhat.config.cjs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,6 @@ module.exports = {
8282
: {
8383
bellecour: env.EXPLORER_API_KEY || 'nothing', // a non-empty string is needed by the plugin.
8484
avalancheFujiTestnet: env.EXPLORER_API_KEY || 'nothing', // a non-empty string is needed by the plugin.
85-
arbitrumSepolia: env.EXPLORER_API_KEY || '',
86-
arbitrum: env.EXPLORER_API_KEY || '',
8785
},
8886
customChains: [
8987
{

0 commit comments

Comments
 (0)