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
23 lines
439 B
JSON
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"
|
|
}
|
|
]
|
|
}
|