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

This commit is contained in:
ligi 2022-03-30 12:31:04 +00:00
parent 713a8d8fa3
commit 601245a063
5 changed files with 72 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

@ -1948,6 +1948,19 @@
"rpc": [], "rpc": [],
"faucets": [], "faucets": [],
"infoURL": "https://acala.network" "infoURL": "https://acala.network"
}, {
"name": "AEROCHAIN TESTNET",
"chainId": 788,
"shortName": "arc",
"networkId": 788,
"nativeCurrency": {
"name": "AEROCHAIN",
"symbol": "ARC",
"decimals": 18
},
"rpc": ["https://trpc.aerochaincoin.org/", "https://trpc.aerochain.id/"],
"faucets": [],
"infoURL": "https://aerochaincoin.org/"
}, { }, {
"name": "Haic", "name": "Haic",
"chainId": 803, "chainId": 803,
@ -3495,6 +3508,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": "Autobahn Network",
"chainId": 45000,
"shortName": "autobahn",
"networkId": 45000,
"nativeCurrency": {
"name": "BNB",
"symbol": "BNB",
"decimals": 18
},
"rpc": ["https://rpc.autobahn.network"],
"faucets": [],
"infoURL": "https://autobahn.network"
}, { }, {
"name": "REI Network", "name": "REI Network",
"chainId": 47805, "chainId": 47805,

View File

@ -2673,6 +2673,26 @@
"chainId": 787, "chainId": 787,
"networkId": 787, "networkId": 787,
"slip44": 787 "slip44": 787
}, {
"name": "AEROCHAIN TESTNET",
"chain": "AEROCHAIN",
"network": "testnet",
"rpc": ["https://trpc.aerochaincoin.org/", "https://trpc.aerochain.id/"],
"faucets": [],
"nativeCurrency": {
"name": "AEROCHAIN",
"symbol": "ARC",
"decimals": 18
},
"infoURL": "https://aerochaincoin.org/",
"shortName": "arc",
"chainId": 788,
"networkId": 788,
"explorers": [{
"name": "aeroscan",
"url": "https://testnet.aeroscan.id",
"standard": "EIP3091"
}]
}, { }, {
"name": "Haic", "name": "Haic",
"chain": "Haic", "chain": "Haic",
@ -4813,6 +4833,28 @@
"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": "Autobahn Network",
"chain": "BNB",
"network": "mainnet",
"rpc": ["https://rpc.autobahn.network"],
"faucets": [],
"nativeCurrency": {
"name": "BNB",
"symbol": "BNB",
"decimals": 18
},
"infoURL": "https://autobahn.network",
"shortName": "autobahn",
"chainId": 45000,
"networkId": 45000,
"icon": "autobahn",
"explorers": [{
"name": "autobahn explorer",
"url": "https://explorer.autobahn.network",
"icon": "autobahn",
"standard": "EIP3091"
}]
}, { }, {
"name": "REI Network", "name": "REI Network",
"chain": "REI", "chain": "REI",

View File

@ -149,6 +149,7 @@
"tfeth": "eip155:721", "tfeth": "eip155:721",
"cth": "eip155:777", "cth": "eip155:777",
"aca": "eip155:787", "aca": "eip155:787",
"arc": "eip155:788",
"haic": "eip155:803", "haic": "eip155:803",
"clo": "eip155:820", "clo": "eip155:820",
"tclo": "eip155:821", "tclo": "eip155:821",
@ -268,6 +269,7 @@
"Fuji": "eip155:43113", "Fuji": "eip155:43113",
"Avalanche": "eip155:43114", "Avalanche": "eip155:43114",
"ALFA": "eip155:44787", "ALFA": "eip155:44787",
"autobahn": "eip155:45000",
"REI": "eip155:47805", "REI": "eip155:47805",
"tnrg": "eip155:49797", "tnrg": "eip155:49797",
"DFK": "eip155:53935", "DFK": "eip155:53935",