create eip155-2025

This commit is contained in:
littlebear 2021-12-17 07:34:51 +08:00
parent 36aedab5d9
commit 1473bc5b68

View File

@ -0,0 +1,24 @@
{
"name": "Rangers Protocol Mainnet",
"chain": "Rangers",
"network": "mainnet",
"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"
}]
}