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@446312705d 🚀
This commit is contained in:
parent
713a8d8fa3
commit
601245a063
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1948,6 +1948,19 @@
|
|||
"rpc": [],
|
||||
"faucets": [],
|
||||
"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",
|
||||
"chainId": 803,
|
||||
|
@ -3495,6 +3508,19 @@
|
|||
"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"],
|
||||
"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",
|
||||
"chainId": 47805,
|
||||
|
|
|
@ -2673,6 +2673,26 @@
|
|||
"chainId": 787,
|
||||
"networkId": 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",
|
||||
"chain": "Haic",
|
||||
|
@ -4813,6 +4833,28 @@
|
|||
"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"],
|
||||
"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",
|
||||
"chain": "REI",
|
||||
|
|
|
@ -149,6 +149,7 @@
|
|||
"tfeth": "eip155:721",
|
||||
"cth": "eip155:777",
|
||||
"aca": "eip155:787",
|
||||
"arc": "eip155:788",
|
||||
"haic": "eip155:803",
|
||||
"clo": "eip155:820",
|
||||
"tclo": "eip155:821",
|
||||
|
@ -268,6 +269,7 @@
|
|||
"Fuji": "eip155:43113",
|
||||
"Avalanche": "eip155:43114",
|
||||
"ALFA": "eip155:44787",
|
||||
"autobahn": "eip155:45000",
|
||||
"REI": "eip155:47805",
|
||||
"tnrg": "eip155:49797",
|
||||
"DFK": "eip155:53935",
|
||||
|
|
Loading…
Reference in New Issue
Block a user