mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
26 lines
507 B
JSON
26 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"
|
|
}]
|
|
}
|