Skip to content

Commit 7d1941f

Browse files
devin-ai-integration[bot]aditya@dourolabs.xyz
authored andcommitted
Fix Entropy contract explorer links for multiple networks
- Fix HyperEVM mainnet explorer (was pointing to wanchain, now points to hyperevmscan.io) - Fix HyperEVM testnet explorer URL (removed extra slash, now points to app.hyperliquid-testnet.xyz/explorer) - Fix Sei EVM testnet explorer (was pointing to mainnet, now points to testnet.seiscan.io) - Add missing explorer links for Giwa testnet (sepolia-explorer.giwa.io) - Add missing explorer links for Sanko testnet (sanko-arb-sepolia.explorer.caldera.xyz) - Add missing explorer links for Sonic testnet (testnet.sonicscan.org) - Add missing explorer links for Tabi testnet (testnetv2.tabiscan.com) Co-Authored-By: [email protected] <[email protected]>
1 parent 6680bf7 commit 7d1941f

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

components/EntropyDeploymentsConfig.ts

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,27 @@ export const EntropyDeploymentsConfig: Record<string, ChainOverride> = {
1616
"998": {
1717
rpc: "https://rpc.hyperliquid-testnet.xyz/evm",
1818
nativeCurrency: "HYPE",
19-
explorer: "https://testnet.purrsec.com/",
19+
explorer: "https://app.hyperliquid-testnet.xyz/explorer",
2020
},
2121
"999": {
2222
rpc: "https://rpc.hypurrscan.io",
2323
nativeCurrency: "HYPE",
24+
explorer: "https://hyperevmscan.io",
25+
},
26+
"1328": {
27+
explorer: "https://testnet.seiscan.io",
28+
},
29+
"1992": {
30+
explorer: "https://sanko-arb-sepolia.explorer.caldera.xyz",
31+
},
32+
"9788": {
33+
explorer: "https://testnetv2.tabiscan.com",
34+
},
35+
"14601": {
36+
explorer: "https://testnet.sonicscan.org",
37+
},
38+
"91342": {
39+
explorer: "https://sepolia-explorer.giwa.io",
2440
},
2541
"91342": {
2642
explorer: "https://sepolia-explorer.giwa.io",

0 commit comments

Comments
 (0)