Deploying to gh-pages from @ ethereum-lists/chains@46a72fe08c 🚀

This commit is contained in:
ligi 2021-12-17 08:19:22 +00:00
parent f4f7e31cb0
commit 7298c6fc6f
5 changed files with 37 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -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,

View File

@ -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",

View File

@ -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",