added dshackle confgured with free node providers for ethereum
This commit is contained in:
22
dshackle/config/chainstack.yaml
Normal file
22
dshackle/config/chainstack.yaml
Normal file
@@ -0,0 +1,22 @@
|
||||
upstreams:
|
||||
- id: chainstack
|
||||
chain: ethereum
|
||||
role: fallback
|
||||
priority: 50
|
||||
options:
|
||||
disable-validation: false
|
||||
validate-peers: false
|
||||
validate-syncing: true
|
||||
connection:
|
||||
ethereum:
|
||||
rpc:
|
||||
url: "https://${CHAINSTACK_NODE}.p2pify.com"
|
||||
basic-auth:
|
||||
username: ${CHAINSTACK_USERNAME}
|
||||
password: ${CHAINSTACK_PASSWORD}
|
||||
ws:
|
||||
url: "wss://ws-${CHAINSTACK_NODE}.p2pify.com"
|
||||
basic-auth:
|
||||
username: ${CHAINSTACK_USERNAME}
|
||||
password: ${CHAINSTACK_PASSWORD}
|
||||
|
||||
Reference in New Issue
Block a user