We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 110dd33 + 0c0eba3 commit 3faaabfCopy full SHA for 3faaabf
modules/statics/src/networks.ts
@@ -1634,8 +1634,8 @@ class XlayerTestnet extends Testnet implements EthereumNetwork {
1634
family = CoinFamily.OKB;
1635
explorerUrl = 'https://www.oklink.com/x-layer-testnet/tx/';
1636
accountExplorerUrl = 'https://www.oklink.com/x-layer-testnet/address/';
1637
- chainId = 195;
1638
- nativeCoinOperationHashPrefix = '195';
+ chainId = 1952;
+ nativeCoinOperationHashPrefix = '1952';
1639
}
1640
1641
class Morph extends Mainnet implements EthereumNetwork {
0 commit comments