chains/_data/chains/eip155-1945.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
524 B
JSON

{
"name": "ONUS Chain Testnet",
"title": "ONUS Chain Testnet",
"chain": "onus",
"rpc": ["https://rpc-testnet.onuschain.io"],
"faucets": [],
"nativeCurrency": {
"name": "ONUS",
"symbol": "ONUS",
"decimals": 18
},
"infoURL": "https://onuschain.io",
"shortName": "onus-testnet",
"chainId": 1945,
"networkId": 1945,
"explorers": [
{
"name": "Onus explorer testnet",
"url": "https://explorer-testnet.onuschain.io",
"icon": "onus",
"standard": "EIP3091"
}
]
}