mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
* 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>
24 lines
472 B
JSON
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"
|
|
}
|
|
]
|
|
}
|