Skip to content

Commit 9e7d7a7

Browse files
committed
fix: remove unused Arbitrum network configurations from Hardhat config
1 parent 6ff3881 commit 9e7d7a7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/smart-contract/hardhat.config.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,6 @@ const config: HardhatUserConfig = {
5555
: {
5656
bellecour: env.EXPLORER_API_KEY || 'nothing', // a non-empty string is needed by the plugin.
5757
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 || '',
6058
},
6159
customChains: [
6260
{

0 commit comments

Comments
 (0)