Skip to content

Commit f62228d

Browse files
Merge pull request #8001 from BitGo/WIN-HYPEEVM-EXPLORER
chore: change explorer for the hypeevm mainnet
2 parents ae4b976 + 9bf73ab commit f62228d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

modules/statics/src/networks.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1593,8 +1593,8 @@ class HypeEVMTestnet extends Testnet implements EthereumNetwork {
15931593
class HypeEVM extends Mainnet implements EthereumNetwork {
15941594
name = 'HyperliquidEVM';
15951595
family = CoinFamily.HYPEEVM;
1596-
explorerUrl = 'https://hyperevm-explorer.vercel.app/tx/';
1597-
accountExplorerUrl = 'https://hyperevm-explorer.vercel.app/address/';
1596+
explorerUrl = 'https://hyperevmscan.io/tx/';
1597+
accountExplorerUrl = 'https://hyperevmscan.io/address/';
15981598
chainId = 999;
15991599
nativeCoinOperationHashPrefix = '999';
16001600
forwarderFactoryAddress = '0x37996e762fa8b671869740c79eb33f625b3bf92a';

0 commit comments

Comments
 (0)