From 9bf73ab98c432f367eada50e21a4248e33e527bf Mon Sep 17 00:00:00 2001 From: prithvishet2503 Date: Thu, 29 Jan 2026 20:11:02 +0530 Subject: [PATCH] chore: change explorer for the hypeevm mainnet Ticket: WIN-8221 --- modules/statics/src/networks.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/statics/src/networks.ts b/modules/statics/src/networks.ts index b1a94132c4..4d871edb69 100644 --- a/modules/statics/src/networks.ts +++ b/modules/statics/src/networks.ts @@ -1593,8 +1593,8 @@ class HypeEVMTestnet extends Testnet implements EthereumNetwork { class HypeEVM extends Mainnet implements EthereumNetwork { name = 'HyperliquidEVM'; family = CoinFamily.HYPEEVM; - explorerUrl = 'https://hyperevm-explorer.vercel.app/tx/'; - accountExplorerUrl = 'https://hyperevm-explorer.vercel.app/address/'; + explorerUrl = 'https://hyperevmscan.io/tx/'; + accountExplorerUrl = 'https://hyperevmscan.io/address/'; chainId = 999; nativeCoinOperationHashPrefix = '999'; forwarderFactoryAddress = '0x37996e762fa8b671869740c79eb33f625b3bf92a';