Reload config (#315)

This commit is contained in:
KirillPamPam
2023-10-06 14:04:08 +04:00
committed by GitHub
parent 582896c44d
commit 4d377f806d
20 changed files with 595 additions and 84 deletions

View File

@@ -0,0 +1,13 @@
cluster:
upstreams:
- id: local3
chain: polygon
labels:
provider: provider1
connection:
ethereum-pos:
execution:
rpc:
url: "http://localhost"
ws:
url: "ws://localhost"

View File

@@ -0,0 +1,34 @@
cluster:
upstreams:
- id: local1
chain: ethereum
labels:
provider: provider1
connection:
ethereum-pos:
execution:
rpc:
url: "http://localhost"
- id: local2
chain: ethereum
labels:
provider: provider1
connection:
ethereum-pos:
execution:
rpc:
url: "http://localhost"
ws:
url: "ws://localhost"
- id: local3
chain: polygon
labels:
new: label
provider: provider1
connection:
ethereum-pos:
execution:
rpc:
url: "http://localhost"
ws:
url: "ws://localhost"

View File

@@ -0,0 +1,35 @@
cluster:
upstreams:
- id: local1
chain: ethereum
labels:
provider: provider1
connection:
ethereum-pos:
execution:
rpc:
url: "http://localhost"
ws:
url: "ws://localhost"
- id: local2
chain: ethereum
labels:
provider: provider1
connection:
ethereum-pos:
execution:
rpc:
url: "http://localhost"
ws:
url: "ws://localhost"
- id: local3
chain: polygon
labels:
provider: provider1
connection:
ethereum-pos:
execution:
rpc:
url: "http://localhost"
ws:
url: "ws://localhost"