From 94e6755e1501e5ac26c4c3207e9d2fa0982aea57 Mon Sep 17 00:00:00 2001 From: Shubham Damkondwar Date: Mon, 26 Jan 2026 21:44:03 +0530 Subject: [PATCH] feat(statics): update chainId for morph chain TICKET: WIN-8721 --- modules/statics/src/networks.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/statics/src/networks.ts b/modules/statics/src/networks.ts index f375afafc9..3389a04a8c 100644 --- a/modules/statics/src/networks.ts +++ b/modules/statics/src/networks.ts @@ -1702,8 +1702,8 @@ class MorphTestnet extends Testnet implements EthereumNetwork { family = CoinFamily.MORPH; explorerUrl = 'https://explorer-api-hoodi.morphl2.io/tx/'; accountExplorerUrl = 'https://explorer-api-hoodi.morphl2.io/address/'; - chainId = 2710; - nativeCoinOperationHashPrefix = '2710'; + chainId = 2910; + nativeCoinOperationHashPrefix = '2910'; } class CreditcoinTestnet extends Testnet implements EthereumNetwork {