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

24 lines
507 B
JSON

{
"name": "REI Chain Testnet",
"chain": "REI",
"icon": "reichain",
"rpc": ["https://rei-testnet-rpc.moonrhythm.io"],
"faucets": ["http://kururu.finance/faucet?chainId=55556"],
"nativeCurrency": {
"name": "tRei",
"symbol": "tREI",
"decimals": 18
},
"infoURL": "https://reichain.io",
"shortName": "trei",
"chainId": 55556,
"networkId": 55556,
"explorers": [
{
"name": "reiscan",
"url": "https://testnet.reiscan.com",
"standard": "EIP3091"
}
]
}