Skip to content

Commit b896d54

Browse files
Merge pull request #7231 from BitGo/WIN-OG-NETWORK-CHANGE
chore: change the 0G network ID
2 parents 909d39d + 138d63f commit b896d54

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
@@ -1588,8 +1588,8 @@ class OgTestnet extends Testnet implements EthereumNetwork {
15881588
family = CoinFamily.OG;
15891589
explorerUrl = 'https://chainscan-galileo.0g.ai/tx/';
15901590
accountExplorerUrl = 'https://chainscan-galileo.0g.ai/address/';
1591-
chainId = 16601;
1592-
nativeCoinOperationHashPrefix = '16601';
1591+
chainId = 16602;
1592+
nativeCoinOperationHashPrefix = '16602';
15931593
}
15941594

15951595
class Xdc extends Mainnet implements EthereumNetwork {

0 commit comments

Comments
 (0)