chore: switch default relays to pluto-relay nethermind endpoints#437
Open
varex83 wants to merge 1 commit into
Open
chore: switch default relays to pluto-relay nethermind endpoints#437varex83 wants to merge 1 commit into
varex83 wants to merge 1 commit into
Conversation
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.
iamquang95
approved these changes
May 22, 2026
emlautarom1
reviewed
May 22, 2026
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", |
Collaborator
There was a problem hiding this comment.
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
{0,1,2}.relay.obol.{tech,dev}) with the new self-hosted endpointshttps://pluto-relay-{0,1}.ovh.dev-nethermind.xyzacrossDEFAULT_RELAYS, example doc-comments, the mixed-DKG docker-compose, and thedkg-runnerscripts.DEFAULT_RELAYSshrinks from 3 to 2 entries since only two endpoints are provisioned.Test plan
cargo check --workspace./scripts/dkg-runner/run.sh)