Skip to content

Commit a3e2588

Browse files
Merge pull request #7970 from BitGo/WIN-8721
feat(statics): update chainId to 2910 for morph chain
2 parents 9b284f3 + 94e6755 commit a3e2588

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/statics/src/networks.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1702,8 +1702,8 @@ class MorphTestnet extends Testnet implements EthereumNetwork {
17021702
family = CoinFamily.MORPH;
17031703
explorerUrl = 'https://explorer-api-hoodi.morphl2.io/tx/';
17041704
accountExplorerUrl = 'https://explorer-api-hoodi.morphl2.io/address/';
1705-
chainId = 2710;
1706-
nativeCoinOperationHashPrefix = '2710';
1705+
chainId = 2910;
1706+
nativeCoinOperationHashPrefix = '2910';
17071707
}
17081708

17091709
class CreditcoinTestnet extends Testnet implements EthereumNetwork {

0 commit comments

Comments
 (0)