File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -222,7 +222,7 @@ const mainnetBase: EnvironmentTemplate = {
222222 baseUrl : 'https://rpc.hyperliquid.xyz/evm' ,
223223 } ,
224224 og : {
225- baseUrl : '' , //TODO- WIN-6519 when mainnet details available
225+ baseUrl : 'https://chainscan.0g.ai/open/api' ,
226226 } ,
227227 xpl : {
228228 baseUrl : 'https://rpc.plasma.to' ,
Original file line number Diff line number Diff line change @@ -1522,10 +1522,10 @@ class IrysTestnet extends Testnet implements EthereumNetwork {
15221522class Og extends Mainnet implements EthereumNetwork {
15231523 name = 'Zero Gravity' ;
15241524 family = CoinFamily . OG ;
1525- explorerUrl = '' ; //TODO- WIN-6519 when mainnet details available
1526- accountExplorerUrl = '' ; //TODO- WIN-6519 when mainnet details available
1527- chainId = 9999999999999 ; //TODO- WIN-6519 when mainnet details available ,this is a dummy value
1528- nativeCoinOperationHashPrefix = '' ; //TODO- WIN-6519 when mainnet details available
1525+ explorerUrl = 'https://chainscan.0g.ai/tx/' ;
1526+ accountExplorerUrl = 'https://chainscan.0g.ai/address/' ;
1527+ chainId = 16661 ;
1528+ nativeCoinOperationHashPrefix = '16661' ;
15291529}
15301530
15311531class OgTestnet extends Testnet implements EthereumNetwork {
You can’t perform that action at this time.
0 commit comments