Skip to content

Commit 138d63f

Browse files
chore: change the 0G network ID
Ticket: WIN-7566
1 parent ba3c8dc commit 138d63f

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
@@ -1573,8 +1573,8 @@ class OgTestnet extends Testnet implements EthereumNetwork {
15731573
family = CoinFamily.OG;
15741574
explorerUrl = 'https://chainscan-galileo.0g.ai/tx/';
15751575
accountExplorerUrl = 'https://chainscan-galileo.0g.ai/address/';
1576-
chainId = 16601;
1577-
nativeCoinOperationHashPrefix = '16601';
1576+
chainId = 16602;
1577+
nativeCoinOperationHashPrefix = '16602';
15781578
}
15791579

15801580
class Xdc extends Mainnet implements EthereumNetwork {

0 commit comments

Comments
 (0)