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 909d39d + 138d63f commit b896d54Copy full SHA for b896d54
modules/statics/src/networks.ts
@@ -1588,8 +1588,8 @@ class OgTestnet extends Testnet implements EthereumNetwork {
1588
family = CoinFamily.OG;
1589
explorerUrl = 'https://chainscan-galileo.0g.ai/tx/';
1590
accountExplorerUrl = 'https://chainscan-galileo.0g.ai/address/';
1591
- chainId = 16601;
1592
- nativeCoinOperationHashPrefix = '16601';
+ chainId = 16602;
+ nativeCoinOperationHashPrefix = '16602';
1593
}
1594
1595
class Xdc extends Mainnet implements EthereumNetwork {
0 commit comments