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

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"
}
]
}