Skip to content

chore: switch default relays to pluto-relay nethermind endpoints#437

Open
varex83 wants to merge 1 commit into
mainfrom
bohdan/replace-relay-urls
Open

chore: switch default relays to pluto-relay nethermind endpoints#437
varex83 wants to merge 1 commit into
mainfrom
bohdan/replace-relay-urls

Conversation

@varex83
Copy link
Copy Markdown
Collaborator

@varex83 varex83 commented May 22, 2026

Summary

  • Replaces the public Obol relays ({0,1,2}.relay.obol.{tech,dev}) with the new self-hosted endpoints https://pluto-relay-{0,1}.ovh.dev-nethermind.xyz across DEFAULT_RELAYS, example doc-comments, the mixed-DKG docker-compose, and the dkg-runner scripts.
  • DEFAULT_RELAYS shrinks from 3 to 2 entries since only two endpoints are provisioned.

Test plan

  • cargo check --workspace
  • DKG smoke run against the new relays (./scripts/dkg-runner/run.sh)

Replaces the public Obol relays in DEFAULT_RELAYS, example doc-comments,
docker-compose, and the dkg-runner scripts with the new self-hosted
pluto-relay-{0,1}.ovh.dev-nethermind.xyz endpoints. The default array
drops from three to two entries since only two endpoints are provisioned.
Comment thread crates/p2p/src/config.rs
Comment on lines +12 to +14
pub const DEFAULT_RELAYS: [&str; 2] = [
"https://pluto-relay-0.ovh.dev-nethermind.xyz",
"https://pluto-relay-1.ovh.dev-nethermind.xyz",
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure we want to change the default relays to ours. I'd leave it as is, or even extend them.

Docs and examples should use ours though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants