chains/_data/chains/eip155-26863.json
Ashutosh Kumar fb49612d70
Added Prettier and formatted existing JSON files (#1501)
* Added Prettier and formatted existing JSON files

* fixed one more json file
2022-08-27 19:20:08 +02:00

27 lines
558 B
JSON

{
"name": "OasisChain Mainnet",
"chain": "OasisChain",
"rpc": [
"https://rpc1.oasischain.io",
"https://rpc2.oasischain.io",
"https://rpc3.oasischain.io"
],
"faucets": ["http://faucet.oasischain.io"],
"nativeCurrency": {
"name": "OAC",
"symbol": "OAC",
"decimals": 18
},
"infoURL": "https://scan.oasischain.io",
"shortName": "OAC",
"chainId": 26863,
"networkId": 26863,
"explorers": [
{
"name": "OasisChain Explorer",
"url": "https://scan.oasischain.io",
"standard": "EIP3091"
}
]
}