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

This commit is contained in:
ligi 2022-01-10 17:18:31 +00:00
parent e4717e4526
commit 6e70dd23b8
5 changed files with 35 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

@ -2780,6 +2780,19 @@
"rpc": ["https://alfajores-forno.celo-testnet.org", "wss://alfajores-forno.celo-testnet.org/ws"], "rpc": ["https://alfajores-forno.celo-testnet.org", "wss://alfajores-forno.celo-testnet.org/ws"],
"faucets": ["https://celo.org/developers/faucet", "https://cauldron.pretoriaresearchlab.io/alfajores-faucet"], "faucets": ["https://celo.org/developers/faucet", "https://cauldron.pretoriaresearchlab.io/alfajores-faucet"],
"infoURL": "https://docs.celo.org/" "infoURL": "https://docs.celo.org/"
}, {
"name": "REI Network",
"chainId": 47805,
"shortName": "REI",
"networkId": 47805,
"nativeCurrency": {
"name": "REI",
"symbol": "REI",
"decimals": 18
},
"rpc": ["https://rpc.rei.network", "wss://rpc.rei.network"],
"faucets": [],
"infoURL": "https://rei.network/"
}, { }, {
"name": "Energi Testnet", "name": "Energi Testnet",
"chainId": 49797, "chainId": 49797,

View File

@ -3646,6 +3646,25 @@
"rpc": ["https://alfajores-forno.celo-testnet.org", "wss://alfajores-forno.celo-testnet.org/ws"], "rpc": ["https://alfajores-forno.celo-testnet.org", "wss://alfajores-forno.celo-testnet.org/ws"],
"faucets": ["https://celo.org/developers/faucet", "https://cauldron.pretoriaresearchlab.io/alfajores-faucet"], "faucets": ["https://celo.org/developers/faucet", "https://cauldron.pretoriaresearchlab.io/alfajores-faucet"],
"infoURL": "https://docs.celo.org/" "infoURL": "https://docs.celo.org/"
}, {
"name": "REI Network",
"chain": "REI",
"rpc": ["https://rpc.rei.network", "wss://rpc.rei.network"],
"faucets": [],
"nativeCurrency": {
"name": "REI",
"symbol": "REI",
"decimals": 18
},
"infoURL": "https://rei.network/",
"shortName": "REI",
"chainId": 47805,
"networkId": 47805,
"explorers": [{
"name": "rei-scan",
"url": "https://scan.rei.network/",
"standard": "none"
}]
}, { }, {
"name": "Energi Testnet", "name": "Energi Testnet",
"chain": "NRG", "chain": "NRG",

View File

@ -213,6 +213,7 @@
"Fuji": "eip155:43113", "Fuji": "eip155:43113",
"Avalanche": "eip155:43114", "Avalanche": "eip155:43114",
"ALFA": "eip155:44787", "ALFA": "eip155:44787",
"REI": "eip155:47805",
"tnrg": "eip155:49797", "tnrg": "eip155:49797",
"TKM-test0": "eip155:60000", "TKM-test0": "eip155:60000",
"TKM-test1": "eip155:60001", "TKM-test1": "eip155:60001",