chains/_data/chains/eip155-401.json
Praddos Kanna d7bdaa155f
Add Ozone Chain Testnet and Mainnet (#2977)
* Added Ozone Chain Mainnet and Testnet

* fixed filename issue

* Removed Extra Slash for links

* Formatted the Code

* Fixed Rpc New  Line

* Removed New Line At End of file

* Fix

* Add New Line end of File

---------

Co-authored-by: Praddos <praddoskanna@crsquare.finance>
Co-authored-by: ligi <ligi@ligi.de>
2023-06-09 12:48:05 +02:00

24 lines
472 B
JSON

{
"name": "Ozone Chain Testnet",
"chain": "OZONE",
"rpc": ["https://node1.testnet.ozonechain.io"],
"faucets": [],
"nativeCurrency": {
"name": "OZONE",
"symbol": "OZO",
"decimals": 18
},
"infoURL": "https://ozonechain.io",
"shortName": "ozo_tst",
"chainId": 401,
"networkId": 401,
"icon": "ozonechain",
"explorers": [
{
"name": "OZONE Scan",
"url": "https://testnet.ozonescan.io",
"standard": "EIP3091"
}
]
}