From 0c0eba347fec966bb6a39f9c877a6a30eb828c7c Mon Sep 17 00:00:00 2001 From: Mohammed Ryaan Date: Sat, 27 Dec 2025 00:15:46 +0530 Subject: [PATCH] chore: update chain id of X Layer TICKET: COIN-7027 --- 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 efa441ed5b..c15a6981ad 100644 --- a/modules/statics/src/networks.ts +++ b/modules/statics/src/networks.ts @@ -1634,8 +1634,8 @@ class XlayerTestnet extends Testnet implements EthereumNetwork { family = CoinFamily.OKB; explorerUrl = 'https://www.oklink.com/x-layer-testnet/tx/'; accountExplorerUrl = 'https://www.oklink.com/x-layer-testnet/address/'; - chainId = 195; - nativeCoinOperationHashPrefix = '195'; + chainId = 1952; + nativeCoinOperationHashPrefix = '1952'; } class Morph extends Mainnet implements EthereumNetwork {