mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
fb49612d70
* Added Prettier and formatted existing JSON files * fixed one more json file
27 lines
558 B
JSON
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"
|
|
}
|
|
]
|
|
}
|