File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -106,6 +106,7 @@ describe('V2 Keychains', function () {
106106 n . asset !== UnderlyingAsset . OKB &&
107107 n . asset !== UnderlyingAsset . MORPH &&
108108 n . asset !== UnderlyingAsset . DOGEOS &&
109+ n . asset !== UnderlyingAsset . MEGAETH &&
109110 coinFamilyValues . includes ( n . name )
110111 ) ;
111112
Original file line number Diff line number Diff line change @@ -2121,8 +2121,8 @@ class MegaETH extends Mainnet implements EthereumNetwork {
21212121 family = CoinFamily . MEGAETH ;
21222122 explorerUrl = 'https://www.megaexplorer.xyz/tx/' ;
21232123 accountExplorerUrl = 'https://www.megaexplorer.xyz/address/' ;
2124- chainId = 6342 ;
2125- nativeCoinOperationHashPrefix = '6342 ' ;
2124+ chainId = 4326 ;
2125+ nativeCoinOperationHashPrefix = '4326 ' ;
21262126}
21272127
21282128class MegaETHTestnet extends Testnet implements EthereumNetwork {
You can’t perform that action at this time.
0 commit comments