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.
1 parent ba3c8dc commit 138d63fCopy full SHA for 138d63f
modules/statics/src/networks.ts
@@ -1573,8 +1573,8 @@ class OgTestnet extends Testnet implements EthereumNetwork {
1573
family = CoinFamily.OG;
1574
explorerUrl = 'https://chainscan-galileo.0g.ai/tx/';
1575
accountExplorerUrl = 'https://chainscan-galileo.0g.ai/address/';
1576
- chainId = 16601;
1577
- nativeCoinOperationHashPrefix = '16601';
+ chainId = 16602;
+ nativeCoinOperationHashPrefix = '16602';
1578
}
1579
1580
class Xdc extends Mainnet implements EthereumNetwork {
0 commit comments