mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
24 lines
576 B
JSON
24 lines
576 B
JSON
{
|
|
"name": "Rangers Protocol Testnet Robin",
|
|
"chain": "Rangers",
|
|
"icon": "rangers",
|
|
"rpc": ["https://robin.rangersprotocol.com/api/jsonrpc"],
|
|
"faucets": ["https://robin-faucet.rangersprotocol.com"],
|
|
"nativeCurrency": {
|
|
"name": "Rangers Protocol Gas",
|
|
"symbol": "tRPG",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://rangersprotocol.com",
|
|
"shortName": "trpg",
|
|
"chainId": 9527,
|
|
"networkId": 9527,
|
|
"explorers": [
|
|
{
|
|
"name": "rangersscan-robin",
|
|
"url": "https://robin-rangersscan.rangersprotocol.com",
|
|
"standard": "none"
|
|
}
|
|
]
|
|
}
|