problem: outdated config examples

rel: #7
This commit is contained in:
Igor Artamonov
2020-05-27 15:23:46 -04:00
parent 0894b98081
commit ef32308868
3 changed files with 65 additions and 64 deletions

View File

@@ -69,8 +69,8 @@ proxy:
- id: eth - id: eth
blockchain: ethereum blockchain: ethereum
upstreams: cluster:
config: "upstreams.yaml" include: "upstreams.yaml"
---- ----
With that configuration Dshackle starts a JSON RPC proxy: With that configuration Dshackle starts a JSON RPC proxy:

View File

@@ -32,6 +32,7 @@ Run it with `-reindex` option, or set `txindex=1` in the config.
---- ----
version: v1 version: v1
cluster:
defaults: defaults:
- chains: - chains:
- ethereum - ethereum
@@ -41,7 +42,6 @@ defaults:
- kovan - kovan
options: options:
min-peers: 2 min-peers: 2
upstreams: upstreams:
- id: us-nodes - id: us-nodes
chain: auto chain: auto

View File

@@ -137,6 +137,7 @@ certificate as described below
[source,yaml] [source,yaml]
---- ----
version: v1 version: v1
cluster:
upstreams: upstreams:
- id: ds - id: ds
chain: auto chain: auto