mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00

* add onus chain * Update _data/icons/onus.json * resolve prettier build * resolve prettier build * change ipfs CID Co-authored-by: ligi <ligi@ligi.de>
25 lines
533 B
JSON
25 lines
533 B
JSON
{
|
|
"name": "ONUS Chain Mainnet",
|
|
"title": "ONUS Chain Mainnet",
|
|
"chain": "onus",
|
|
"rpc": ["https://rpc.onuschain.io", "wss://ws.onuschain.io"],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "ONUS",
|
|
"symbol": "ONUS",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://onuschain.io",
|
|
"shortName": "onus-mainnet",
|
|
"chainId": 1975,
|
|
"networkId": 1975,
|
|
"explorers": [
|
|
{
|
|
"name": "Onus explorer mainnet",
|
|
"url": "https://explorer.onuschain.io",
|
|
"icon": "onus",
|
|
"standard": "EIP3091"
|
|
}
|
|
]
|
|
}
|