Skip to content

Commit 3faaabf

Browse files
Merge pull request #7810 from BitGo/COIN-7027-correct-testnet-chain-id-for-okb
chore: update chain id of X Layer
2 parents 110dd33 + 0c0eba3 commit 3faaabf

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)