mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
3a00c70e11
* 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
524 B
JSON
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"
|
|
}
|
|
]
|
|
}
|