Skip to content

Commit 94e6755

Browse files
feat(statics): update chainId for morph chain
TICKET: WIN-8721
1 parent 9b284f3 commit 94e6755

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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)