Skip to content

Commit 7ea9c01

Browse files
committed
Fix incorrect Chronos URLs
1 parent d26f071 commit 7ea9c01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

smart_contract/hardhat.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ const config: HardhatUserConfig = {
5858
network: 'chronos',
5959
chainId: 8700,
6060
urls: {
61-
apiURL: 'https://blockscout.chronos.autonomys.xyz/api',
62-
browserURL: 'https://blockscout.chronos.autonomys.xyz/',
61+
apiURL: ' https://explorer.auto-evm.chronos.autonomys.xyz/api',
62+
browserURL: 'https://explorer.auto-evm.chronos.autonomys.xyz/',
6363
},
6464
},
6565
],

0 commit comments

Comments
 (0)