problem: grpc upstream can change set of provided upstreams
solution: periodically recheck and update current list
This commit is contained in:
26
src/test/resources/upstreams-no-id.yaml
Normal file
26
src/test/resources/upstreams-no-id.yaml
Normal file
@@ -0,0 +1,26 @@
|
||||
version: v1
|
||||
|
||||
upstreams:
|
||||
- chain: ethereum
|
||||
connection:
|
||||
ethereum:
|
||||
rpc:
|
||||
url: "http://localhost:8545"
|
||||
- chain: ethereum
|
||||
id: test
|
||||
connection:
|
||||
ethereum:
|
||||
rpc:
|
||||
url: "http://localhost:8545"
|
||||
- chain: ethereum
|
||||
id: test/test
|
||||
connection:
|
||||
ethereum:
|
||||
rpc:
|
||||
url: "http://localhost:8545"
|
||||
- chain: ethereum
|
||||
id: !test
|
||||
connection:
|
||||
ethereum:
|
||||
rpc:
|
||||
url: "http://localhost:8545"
|
||||
Reference in New Issue
Block a user