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
25 lines
527 B
JSON
25 lines
527 B
JSON
{
|
|
"name": "Rangers Protocol Mainnet",
|
|
"chain": "Rangers",
|
|
"icon": "rangers",
|
|
"rpc": ["https://mainnet.rangersprotocol.com/api/jsonrpc"],
|
|
"faucets": [],
|
|
"nativeCurrency": {
|
|
"name": "Rangers Protocol Gas",
|
|
"symbol": "RPG",
|
|
"decimals": 18
|
|
},
|
|
"infoURL": "https://rangersprotocol.com",
|
|
"shortName": "rpg",
|
|
"chainId": 2025,
|
|
"networkId": 2025,
|
|
"slip44": 1008,
|
|
"explorers": [
|
|
{
|
|
"name": "rangersscan",
|
|
"url": "https://scan.rangersprotocol.com",
|
|
"standard": "none"
|
|
}
|
|
]
|
|
}
|