Skip to content

Commit 4c25fb6

Browse files
committed
fix: update Avalanche Fuji browser URL to point to the all blocks page
1 parent 916ed3e commit 4c25fb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/smart-contract/hardhat.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ const config: HardhatUserConfig = {
7373
chainId: 43113,
7474
urls: {
7575
apiURL: 'https://api.avascan.info/v2/network/testnet/evm/43113/etherscan',
76-
browserURL: 'https://testnet.avascan.info/blockchain/c/home',
76+
browserURL: 'https://testnet.avascan.info/blockchain/all',
7777
},
7878
},
7979
],

0 commit comments

Comments
 (0)