chains/_data/chains/eip155-1975.json
0xluong.eth 3a00c70e11
Add ONUS Chain Mainnet & Testnet (#1875)
* add onus chain

* Update _data/icons/onus.json

* resolve prettier build

* resolve prettier build

* change ipfs CID

Co-authored-by: ligi <ligi@ligi.de>
2022-11-17 05:44:06 +01:00

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"
}
]
}