chains/_data/chains/eip155-47805.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

23 lines
439 B
JSON

{
"name": "REI Network",
"chain": "REI",
"rpc": ["https://rpc.rei.network", "wss://rpc.rei.network"],
"faucets": [],
"nativeCurrency": {
"name": "REI",
"symbol": "REI",
"decimals": 18
},
"infoURL": "https://rei.network/",
"shortName": "REI",
"chainId": 47805,
"networkId": 47805,
"explorers": [
{
"name": "rei-scan",
"url": "https://scan.rei.network",
"standard": "none"
}
]
}