Skip to content

Commit 6af9bc1

Browse files
committed
Use official explorer
1 parent 4654ad6 commit 6af9bc1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

packages/smart-contract/hardhat.config.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,9 @@ const config: HardhatUserConfig = {
7272
network: 'avalancheFuji',
7373
chainId: 43113,
7474
urls: {
75-
apiURL: 'https://api.avascan.info/v2/network/testnet/evm/43113/etherscan',
76-
browserURL: 'https://testnet.avascan.info/blockchain/all',
75+
// Snowtrace explorer.
76+
apiURL: 'https://api.routescan.io/v2/network/testnet/evm/43113/etherscan/api',
77+
browserURL: 'https://testnet.snowtrace.io/',
7778
},
7879
},
7980
],

0 commit comments

Comments
 (0)