File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1968,7 +1968,7 @@ class FlowTestnet extends Testnet implements EthereumNetwork {
19681968class MegaETH extends Mainnet implements EthereumNetwork {
19691969 name = 'MegaETH' ;
19701970 family = CoinFamily . MEGAETH ;
1971- explorerUrl = 'https://www.megaexplorer.xyz/tx' ;
1971+ explorerUrl = 'https://www.megaexplorer.xyz/tx/ ' ;
19721972 accountExplorerUrl = 'https://www.megaexplorer.xyz/address/' ;
19731973 chainId = 6342 ;
19741974 nativeCoinOperationHashPrefix = '6342' ;
@@ -1977,7 +1977,7 @@ class MegaETH extends Mainnet implements EthereumNetwork {
19771977class MegaETHTestnet extends Testnet implements EthereumNetwork {
19781978 name = 'MegaETHTestnet' ;
19791979 family = CoinFamily . MEGAETH ;
1980- explorerUrl = 'https://www.megaexplorer.xyz/tx' ;
1980+ explorerUrl = 'https://www.megaexplorer.xyz/tx/ ' ;
19811981 accountExplorerUrl = 'https://www.megaexplorer.xyz/address/' ;
19821982 chainId = 6342 ;
19831983 nativeCoinOperationHashPrefix = '6342' ;
You can’t perform that action at this time.
0 commit comments