Skip to content

Commit 1a5bc7e

Browse files
authored
Merge pull request #7752 from BitGo/WIN-8334
chore(statics): add megaeth mainnet config
2 parents 4aab267 + 8640a71 commit 1a5bc7e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

modules/bitgo/test/v2/unit/keychains.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

modules/statics/src/networks.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

21282128
class MegaETHTestnet extends Testnet implements EthereumNetwork {

0 commit comments

Comments
 (0)