Commit 6ed09c5
committed
feat: align charon p2p relays with nodeopco — 4 obol relays, no third-party
LCDVN's CHARON_P2P_RELAYS were drifting from the production nodeopco
fleet config:
- docker-compose.yml default only had 0+1.relay.obol.tech (missing
2.relay.obol.dev + 3.relay.obol.dev that were added recently)
- .env.sample.mainnet/hoodi listed 0+1.relay.obol.tech and two
third-party relays (charon-relay.dsrvlabs.dev,
relay-2.prod-relay.721.land) but no .obol.dev relays
Align everything with the canonical list used by Obol's own fleet
(`obol-infrastructure/nodeopco/ansible/playbooks/group_vars/all.yml`):
https://0.relay.obol.tech
https://1.relay.obol.tech
https://2.relay.obol.dev
https://3.relay.obol.dev
Dropped the third-party relays from .env.sample.* — operators who want
them can still add them manually, but they shouldn't be part of the
default Lido Simple DVT operator config.1 parent bc58d05 commit 6ed09c5
3 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
155 | | - | |
| 155 | + | |
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
155 | | - | |
| 155 | + | |
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
| 98 | + | |
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| |||
0 commit comments