diff --git a/modules/statics/src/networks.ts b/modules/statics/src/networks.ts index 01898de557..da6981c0fc 100644 --- a/modules/statics/src/networks.ts +++ b/modules/statics/src/networks.ts @@ -1968,7 +1968,7 @@ class FlowTestnet extends Testnet implements EthereumNetwork { class MegaETH extends Mainnet implements EthereumNetwork { name = 'MegaETH'; family = CoinFamily.MEGAETH; - explorerUrl = 'https://www.megaexplorer.xyz/tx'; + explorerUrl = 'https://www.megaexplorer.xyz/tx/'; accountExplorerUrl = 'https://www.megaexplorer.xyz/address/'; chainId = 6342; nativeCoinOperationHashPrefix = '6342'; @@ -1977,7 +1977,7 @@ class MegaETH extends Mainnet implements EthereumNetwork { class MegaETHTestnet extends Testnet implements EthereumNetwork { name = 'MegaETHTestnet'; family = CoinFamily.MEGAETH; - explorerUrl = 'https://www.megaexplorer.xyz/tx'; + explorerUrl = 'https://www.megaexplorer.xyz/tx/'; accountExplorerUrl = 'https://www.megaexplorer.xyz/address/'; chainId = 6342; nativeCoinOperationHashPrefix = '6342';