Commit 570c11a
authored
feat: add 2+3.relay.obol.dev to charon p2p relays (keep partners) (#322)
* 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.
* fix: keep dsrvlabs + 721.land partner relays alongside the new .obol.dev ones
Per code review feedback — keep the third-party partner relays
(dsrvlabs.dev, 721.land) in .env.sample.{mainnet,hoodi}, just append
the two new obol relays. docker-compose.yml default still ships only
the four obol relays since partners aren't part of the canonical
default; operators get them through the .env sample on first setup.
Final CHARON_P2P_RELAYS in env samples:
0.relay.obol.tech, 1.relay.obol.tech, 2.relay.obol.dev,
3.relay.obol.dev, charon-relay.dsrvlabs.dev, relay-2.prod-relay.721.land1 parent bc58d05 commit 570c11a
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