We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ae4b976 + 9bf73ab commit f62228dCopy full SHA for f62228d
1 file changed
modules/statics/src/networks.ts
@@ -1593,8 +1593,8 @@ class HypeEVMTestnet extends Testnet implements EthereumNetwork {
1593
class HypeEVM extends Mainnet implements EthereumNetwork {
1594
name = 'HyperliquidEVM';
1595
family = CoinFamily.HYPEEVM;
1596
- explorerUrl = 'https://hyperevm-explorer.vercel.app/tx/';
1597
- accountExplorerUrl = 'https://hyperevm-explorer.vercel.app/address/';
+ explorerUrl = 'https://hyperevmscan.io/tx/';
+ accountExplorerUrl = 'https://hyperevmscan.io/address/';
1598
chainId = 999;
1599
nativeCoinOperationHashPrefix = '999';
1600
forwarderFactoryAddress = '0x37996e762fa8b671869740c79eb33f625b3bf92a';
0 commit comments