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>
This commit is contained in:
Praddos Kanna 2023-06-09 16:18:05 +05:30 committed by GitHub
parent eadcb5bb5f
commit d7bdaa155f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 54 additions and 0 deletions

View File

@ -0,0 +1,23 @@
{
"name": "Ozone Chain Mainnet",
"chain": "OZONE",
"rpc": ["https://node1.ozonechain.io"],
"faucets": [],
"nativeCurrency": {
"name": "OZONE",
"symbol": "OZO",
"decimals": 18
},
"infoURL": "https://ozonechain.io",
"shortName": "ozo",
"chainId": 4000,
"networkId": 4000,
"icon": "ozonechain",
"explorers": [
{
"name": "OZONE Scan",
"url": "https://ozonescan.io",
"standard": "EIP3091"
}
]
}

View File

@ -0,0 +1,23 @@
{
"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"
}
]
}

View File

@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmbM4weV8Bk6c9yNhosYntkVw39SNZtCHYGgWyXTxkevZ8",
"width": 1600,
"height": 1600,
"format": "png"
}
]