Skip to content

Commit 0c0eba3

Browse files
chore: update chain id of X Layer
TICKET: COIN-7027
1 parent 53166e8 commit 0c0eba3

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
@@ -1634,8 +1634,8 @@ class XlayerTestnet extends Testnet implements EthereumNetwork {
16341634
family = CoinFamily.OKB;
16351635
explorerUrl = 'https://www.oklink.com/x-layer-testnet/tx/';
16361636
accountExplorerUrl = 'https://www.oklink.com/x-layer-testnet/address/';
1637-
chainId = 195;
1638-
nativeCoinOperationHashPrefix = '195';
1637+
chainId = 1952;
1638+
nativeCoinOperationHashPrefix = '1952';
16391639
}
16401640

16411641
class Morph extends Mainnet implements EthereumNetwork {

0 commit comments

Comments
 (0)