mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Update/add RPC addresses including WebSocket URLs. (#108)
This commit is contained in:
parent
21ad7ca0c8
commit
0eb49d491f
|
@ -4,7 +4,9 @@
|
|||
"network": "mainnet",
|
||||
"rpc": [
|
||||
"https://mainnet.infura.io/v3/${INFURA_API_KEY}",
|
||||
"https://api.mycryptoapi.com/eth"
|
||||
"wss://mainnet.infura.io/ws/v3/${INFURA_API_KEY}",
|
||||
"https://api.mycryptoapi.com/eth",
|
||||
"https://cloudflare-eth.com"
|
||||
],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
|
|
|
@ -3,7 +3,13 @@
|
|||
"chain": "XDAI",
|
||||
"network": "mainnet",
|
||||
"rpc": [
|
||||
"https://dai.poa.network"
|
||||
"https://rpc.xdaichain.com",
|
||||
"https://xdai.poanetwork.dev",
|
||||
"wss://rpc.xdaichain.com/wss",
|
||||
"wss://xdai.poanetwork.dev/wss",
|
||||
"http://xdai.poanetwork.dev",
|
||||
"https://dai.poa.network",
|
||||
"ws://xdai.poanetwork.dev:8546"
|
||||
],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
|
|
|
@ -3,7 +3,8 @@
|
|||
"chain": "ETH",
|
||||
"network": "ropsten",
|
||||
"rpc": [
|
||||
"https://ropsten.infura.io/v3/${INFURA_API_KEY}"
|
||||
"https://ropsten.infura.io/v3/${INFURA_API_KEY}",
|
||||
"wss://ropsten.infura.io/ws/v3/${INFURA_API_KEY}"
|
||||
],
|
||||
"faucets": [
|
||||
"https://faucet.ropsten.be?${ADDRESS}"
|
||||
|
|
|
@ -3,7 +3,8 @@
|
|||
"chain": "ETH",
|
||||
"network": "rinkeby",
|
||||
"rpc": [
|
||||
"https://rinkeby.infura.io/v3/${INFURA_API_KEY}"
|
||||
"https://rinkeby.infura.io/v3/${INFURA_API_KEY}",
|
||||
"wss://rinkeby.infura.io/ws/v3/${INFURA_API_KEY}"
|
||||
],
|
||||
"faucets": [
|
||||
"https://faucet.rinkeby.io"
|
||||
|
|
|
@ -3,7 +3,11 @@
|
|||
"chain": "ETH",
|
||||
"network": "kovan",
|
||||
"rpc": [
|
||||
"https://kovan.infura.io/v3/${INFURA_API_KEY}"
|
||||
"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": [
|
||||
"https://faucet.kovan.network",
|
||||
|
|
|
@ -14,7 +14,8 @@
|
|||
"https://bsc-dataseed1.ninicoin.io",
|
||||
"https://bsc-dataseed2.ninicoin.io",
|
||||
"https://bsc-dataseed3.ninicoin.io",
|
||||
"https://bsc-dataseed4.ninicoin.io"
|
||||
"https://bsc-dataseed4.ninicoin.io",
|
||||
"wss://bsc-ws-node.nariox.org"
|
||||
],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
|
|
|
@ -3,7 +3,9 @@
|
|||
"chain": "POA",
|
||||
"network": "sokol",
|
||||
"rpc": [
|
||||
"https://sokol.poa.network"
|
||||
"https://sokol.poa.network",
|
||||
"wss://sokol.poa.network/wss",
|
||||
"ws://sokol.poa.network:8546"
|
||||
],
|
||||
"faucets": [
|
||||
"https://faucet-sokol.herokuapp.com"
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
"rpc": [
|
||||
"https://data-seed-prebsc-1-s1.binance.org:8545",
|
||||
"https://data-seed-prebsc-2-s1.binance.org:8545",
|
||||
"http://data-seed-prebsc-1-s2.binance.org:8545",
|
||||
"http://data-seed-prebsc-2-s2.binance.org:8545",
|
||||
"https://data-seed-prebsc-1-s2.binance.org:8545",
|
||||
"https://data-seed-prebsc-2-s2.binance.org:8545",
|
||||
"https://data-seed-prebsc-1-s3.binance.org:8545",
|
||||
"https://data-seed-prebsc-2-s3.binance.org:8545"
|
||||
],
|
||||
|
|
|
@ -3,7 +3,10 @@
|
|||
"chain": "POA",
|
||||
"network": "core",
|
||||
"rpc": [
|
||||
"https://core.poa.network"
|
||||
"https://core.poanetwork.dev",
|
||||
"http://core.poanetwork.dev:8545",
|
||||
"https://core.poa.network",
|
||||
"ws://core.poanetwork.dev:8546"
|
||||
],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
|
|
Loading…
Reference in New Issue
Block a user