added dshackle confgured with free node providers for ethereum

This commit is contained in:
czarly
2022-10-19 13:20:24 +04:00
parent 7163d7e630
commit cca28c35a7
12 changed files with 316 additions and 0 deletions

View 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}