Skip to content

Commit

Permalink
Setup correct peers
Browse files Browse the repository at this point in the history
  • Loading branch information
ryardley committed Dec 19, 2024
1 parent e364201 commit f68c9c5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .deploy/agg.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
address: "${ADDRESS}"
quic_port: ${QUIC_PORT}
enable_mdns: false
peers:
- "/dns4/cn1/udp/9091/quic-v1"
- "/dns4/cn2/udp/9092/quic-v1"
- "/dns4/cn3/udp/9093/quic-v1"
- "/dns4/aggregator/udp/9094/quic-v1"
chains:
- name: "sepolia"
rpc_url: "${RPC_URL}"
Expand Down
6 changes: 3 additions & 3 deletions .deploy/cn2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ quic_port: ${QUIC_PORT}
enable_mdns: false
peers:
- "/dns4/cn1/udp/9091/quic-v1"
- "/dns4/cn1/udp/9092/quic-v1"
- "/dns4/cn1/udp/9093/quic-v1"
- "/dns4/cn1/udp/9094/quic-v1"
- "/dns4/cn2/udp/9092/quic-v1"
- "/dns4/cn3/udp/9093/quic-v1"
- "/dns4/aggregator/udp/9094/quic-v1"
chains:
- name: "sepolia"
rpc_url: "${RPC_URL}"
Expand Down
6 changes: 3 additions & 3 deletions .deploy/cn3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ quic_port: ${QUIC_PORT}
enable_mdns: false
peers:
- "/dns4/cn1/udp/9091/quic-v1"
- "/dns4/cn1/udp/9092/quic-v1"
- "/dns4/cn1/udp/9093/quic-v1"
- "/dns4/cn1/udp/9094/quic-v1"
- "/dns4/cn2/udp/9092/quic-v1"
- "/dns4/cn3/udp/9093/quic-v1"
- "/dns4/aggregator/udp/9094/quic-v1"
chains:
- name: "sepolia"
rpc_url: "${RPC_URL}"
Expand Down

0 comments on commit f68c9c5

Please sign in to comment.