mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
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:
parent
eadcb5bb5f
commit
d7bdaa155f
23
_data/chains/eip155-4000.json
Normal file
23
_data/chains/eip155-4000.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
23
_data/chains/eip155-401.json
Normal file
23
_data/chains/eip155-401.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
8
_data/icons/ozonechain.json
Normal file
8
_data/icons/ozonechain.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://QmbM4weV8Bk6c9yNhosYntkVw39SNZtCHYGgWyXTxkevZ8",
|
||||
"width": 1600,
|
||||
"height": 1600,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue
Block a user