mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Deploying to gh-pages from @ ethereum-lists/chains@46a72fe08c 🚀
This commit is contained in:
parent
f4f7e31cb0
commit
7298c6fc6f
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -2039,6 +2039,19 @@
|
||||||
"rpc": ["https://beresheet1.edgewa.re"],
|
"rpc": ["https://beresheet1.edgewa.re"],
|
||||||
"faucets": [],
|
"faucets": [],
|
||||||
"infoURL": "http://edgewa.re"
|
"infoURL": "http://edgewa.re"
|
||||||
|
}, {
|
||||||
|
"name": "Rangers Protocol Mainnet",
|
||||||
|
"chainId": 2025,
|
||||||
|
"shortName": "rpg",
|
||||||
|
"networkId": 2025,
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Rangers Protocol Gas",
|
||||||
|
"symbol": "RPG",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"rpc": ["https://mainnet.rangersprotocol.com/api/jsonrpc"],
|
||||||
|
"faucets": [],
|
||||||
|
"infoURL": "https://rangersprotocol.com"
|
||||||
}, {
|
}, {
|
||||||
"name": "Ecoball Mainnet",
|
"name": "Ecoball Mainnet",
|
||||||
"chainId": 2100,
|
"chainId": 2100,
|
||||||
|
|
|
@ -2775,6 +2775,27 @@
|
||||||
"shortName": "edgt",
|
"shortName": "edgt",
|
||||||
"chainId": 2022,
|
"chainId": 2022,
|
||||||
"networkId": 2022
|
"networkId": 2022
|
||||||
|
}, {
|
||||||
|
"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"
|
||||||
|
}]
|
||||||
}, {
|
}, {
|
||||||
"name": "Ecoball Mainnet",
|
"name": "Ecoball Mainnet",
|
||||||
"chain": "ECO",
|
"chain": "ECO",
|
||||||
|
|
|
@ -156,6 +156,7 @@
|
||||||
"420": "eip155:2020",
|
"420": "eip155:2020",
|
||||||
"edg": "eip155:2021",
|
"edg": "eip155:2021",
|
||||||
"edgt": "eip155:2022",
|
"edgt": "eip155:2022",
|
||||||
|
"rpg": "eip155:2025",
|
||||||
"eco": "eip155:2100",
|
"eco": "eip155:2100",
|
||||||
"esp": "eip155:2101",
|
"esp": "eip155:2101",
|
||||||
"ktoc": "eip155:2559",
|
"ktoc": "eip155:2559",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user