diff --git a/.gitignore b/.gitignore index cd79f4b0..57191a52 100644 --- a/.gitignore +++ b/.gitignore @@ -2,5 +2,6 @@ build/ out/ *.iml -*.yaml +dshackle.yaml +upstream.yaml testsetup/ \ No newline at end of file diff --git a/src/test/resources/upstreams-ds.yaml b/src/test/resources/upstreams-ds.yaml new file mode 100644 index 00000000..a2d20445 --- /dev/null +++ b/src/test/resources/upstreams-ds.yaml @@ -0,0 +1,22 @@ +version: v1 + +defaultOptions: + - chains: + - ethereum + options: + disable-syncing: true + min-peers: 3 + quorum: 1 + +upstreams: + - id: remote + chain: auto + provider: dshackle + endpoints: + - type: dshackle + host: "10.2.0.15" + auth: + type: tls + ca: /etc/ca.myservice.com.crt + certificate: /etc/client1.myservice.com.crt + key: /etc/client1.myservice.com.key \ No newline at end of file