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@60ac475514 🚀
This commit is contained in:
parent
6691a3b5bc
commit
d2bb0a6856
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -2624,6 +2624,19 @@
|
|||
"rpc": ["https://seed4.evanesco.org:8546"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://evanesco.org/"
|
||||
}, {
|
||||
"name": "Kava EVM Testnet",
|
||||
"chainId": 2221,
|
||||
"shortName": "kava",
|
||||
"networkId": 2221,
|
||||
"nativeCurrency": {
|
||||
"name": "Kava",
|
||||
"symbol": "KAVA",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://evm.evm-alpha.kava.io", "wss://evm-ws.evm-alpha.kava.io"],
|
||||
"faucets": ["https://faucet.kava.io"],
|
||||
"infoURL": "https://www.kava.io"
|
||||
}, {
|
||||
"name": "Kortho Mainnet",
|
||||
"chainId": 2559,
|
||||
|
@ -3482,6 +3495,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,
|
||||
|
|
|
@ -3581,6 +3581,28 @@
|
|||
"url": "https://explorer.evanesco.org",
|
||||
"standard": "none"
|
||||
}]
|
||||
}, {
|
||||
"name": "Kava EVM Testnet",
|
||||
"chain": "KAVA",
|
||||
"network": "testnet",
|
||||
"rpc": ["https://evm.evm-alpha.kava.io", "wss://evm-ws.evm-alpha.kava.io"],
|
||||
"faucets": ["https://faucet.kava.io"],
|
||||
"nativeCurrency": {
|
||||
"name": "Kava",
|
||||
"symbol": "KAVA",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://www.kava.io",
|
||||
"shortName": "kava",
|
||||
"chainId": 2221,
|
||||
"networkId": 2221,
|
||||
"icon": "kava",
|
||||
"explorers": [{
|
||||
"name": "Kava Testnet Explorer",
|
||||
"url": "https://explorer.evm-alpha.kava.io",
|
||||
"standard": "EIP3091",
|
||||
"icon": "kava"
|
||||
}]
|
||||
}, {
|
||||
"name": "Kortho Mainnet",
|
||||
"chain": "Kortho Chain",
|
||||
|
@ -4791,6 +4813,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",
|
||||
|
|
|
@ -201,6 +201,7 @@
|
|||
"eco": "eip155:2100",
|
||||
"esp": "eip155:2101",
|
||||
"evanesco": "eip155:2213",
|
||||
"kava": "eip155:2221",
|
||||
"ktoc": "eip155:2559",
|
||||
"cennz-r": "eip155:3000",
|
||||
"cennz-n": "eip155:3001",
|
||||
|
@ -267,6 +268,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