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@720bace1b4 🚀
This commit is contained in:
parent
ba782bb24d
commit
ca8777618e
File diff suppressed because one or more lines are too long
|
@ -41,6 +41,7 @@
|
|||
"name": "Ropsten",
|
||||
"title": "Ethereum Testnet Ropsten",
|
||||
"chain": "ETH",
|
||||
"network": "testnet",
|
||||
"rpc": ["https://ropsten.infura.io/v3/${INFURA_API_KEY}", "wss://ropsten.infura.io/ws/v3/${INFURA_API_KEY}"],
|
||||
"faucets": ["http://fauceth.komputing.org?chain=3&address=${ADDRESS}", "https://faucet.ropsten.be?${ADDRESS}"],
|
||||
"nativeCurrency": {
|
||||
|
@ -64,6 +65,7 @@
|
|||
"name": "Rinkeby",
|
||||
"title": "Ethereum Testnet Rinkeby",
|
||||
"chain": "ETH",
|
||||
"network": "testnet",
|
||||
"rpc": ["https://rinkeby.infura.io/v3/${INFURA_API_KEY}", "wss://rinkeby.infura.io/ws/v3/${INFURA_API_KEY}"],
|
||||
"faucets": ["http://fauceth.komputing.org?chain=4&address=${ADDRESS}", "https://faucet.rinkeby.io"],
|
||||
"nativeCurrency": {
|
||||
|
@ -87,6 +89,7 @@
|
|||
"name": "Görli",
|
||||
"title": "Ethereum Testnet Görli",
|
||||
"chain": "ETH",
|
||||
"network": "testnet",
|
||||
"rpc": ["https://goerli.infura.io/v3/${INFURA_API_KEY}", "wss://goerli.infura.io/v3/${INFURA_API_KEY}", "https://rpc.goerli.mudit.blog/"],
|
||||
"faucets": ["http://fauceth.komputing.org?chain=5&address=${ADDRESS}", "https://goerli-faucet.slock.it?address=${ADDRESS}", "https://faucet.goerli.mudit.blog"],
|
||||
"nativeCurrency": {
|
||||
|
@ -652,6 +655,7 @@
|
|||
"name": "Kovan",
|
||||
"title": "Ethereum Testnet Kovan",
|
||||
"chain": "ETH",
|
||||
"network": "testnet",
|
||||
"rpc": ["https://kovan.poa.network", "http://kovan.poa.network:8545", "https://kovan.infura.io/v3/${INFURA_API_KEY}", "wss://kovan.infura.io/ws/v3/${INFURA_API_KEY}", "ws://kovan.poa.network:8546"],
|
||||
"faucets": ["http://fauceth.komputing.org?chain=42&address=${ADDRESS}", "https://faucet.kovan.network", "https://gitter.im/kovan-testnet/faucet"],
|
||||
"nativeCurrency": {
|
||||
|
@ -6197,6 +6201,7 @@
|
|||
"name": "Sepolia",
|
||||
"title": "Ethereum Testnet Sepolia",
|
||||
"chain": "ETH",
|
||||
"network": "testnet",
|
||||
"rpc": [],
|
||||
"faucets": ["http://fauceth.komputing.org?chain=11155111&address=${ADDRESS}"],
|
||||
"nativeCurrency": {
|
||||
|
|
Loading…
Reference in New Issue
Block a user