solution: allow configuring a quorum for custom methods
This commit is contained in:
18
src/test/resources/upstreams-methods-quorum.yaml
Normal file
18
src/test/resources/upstreams-methods-quorum.yaml
Normal file
@@ -0,0 +1,18 @@
|
||||
version: v1
|
||||
|
||||
upstreams:
|
||||
- id: local
|
||||
chain: ethereum
|
||||
methods:
|
||||
enabled:
|
||||
- name: custom_foo
|
||||
quorum: not_lagging
|
||||
- name: custom_bar
|
||||
quorum: not_empty
|
||||
connection:
|
||||
ethereum:
|
||||
rpc:
|
||||
url: "http://localhost:8545"
|
||||
ws:
|
||||
url: "ws://localhost:8546"
|
||||
origin: "http://localhost"
|
||||
Reference in New Issue
Block a user