Skip to content

Commit d747e97

Browse files
committed
chore: clean up hardhat.config.ts by removing commented-out avalancheFuji network configuration
1 parent b5e048a commit d747e97

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

packages/smart-contract/hardhat.config.ts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ const config: HardhatUserConfig = {
6868
browserURL: 'https://blockscout.bellecour.iex.ec',
6969
},
7070
},
71-
//uncomment one
7271
{
7372
network: 'avalancheFuji',
7473
chainId: 43113,
@@ -77,14 +76,6 @@ const config: HardhatUserConfig = {
7776
browserURL: 'https://testnet.avascan.info/blockchain/c/home/',
7877
},
7978
},
80-
{
81-
network: 'avalancheFuji',
82-
chainId: 43113,
83-
urls: {
84-
apiURL: 'https://api-testnet.snowscan.xyz/api',
85-
browserURL: 'https://testnet.snowscan.xyz/',
86-
},
87-
},
8879
],
8980
},
9081
sourcify: {

0 commit comments

Comments
 (0)