create eip155-2025 (#682)

* create eip155-2025

* create eip155-2025
This commit is contained in:
LittleBear 2021-12-17 16:17:15 +08:00 committed by GitHub
parent ab884ed024
commit 46a72fe08c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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