mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
26 lines
488 B
JSON
26 lines
488 B
JSON
{
|
|
"name": "REI Chain Mainnet",
|
|
"chain": "REI",
|
|
"icon": "reichain",
|
|
"rpc": [
|
|
"https://rei-rpc.moonrhythm.io"
|
|
],
|
|
"faucets": [
|
|
"http://kururu.finance/faucet?chainId=55555"
|
|
],
|
|
"nativeCurrency": {
|
|
"name": "Rei",
|
|
"symbol": "REI",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://reichain.io",
|
|
"shortName": "rei",
|
|
"chainId": 55555,
|
|
"networkId": 55555,
|
|
"explorers": [{
|
|
"name": "reiscan",
|
|
"url": "https://reiscan.com",
|
|
"standard": "EIP3091"
|
|
}]
|
|
}
|