Correct validator exit website URL #7373
Closed
dmattingley wants to merge 2 commits intosigp:unstablefrom
Closed
Conversation
Updated the current URL: https://lighthouse-book.sigmaprime.io/voluntary-exit.html Which returns an `access denied` error. To the correct url: https://lighthouse-book.sigmaprime.io/validator_voluntary_exit.html
jimmygchen
requested changes
Apr 29, 2025
Member
jimmygchen
left a comment
There was a problem hiding this comment.
Could you update this PR to target unstable please?
Author
That's been updated to unstable now, @jimmygchen |
Member
|
Already fixed on unstable. |
Member
|
We could have tried to include this for v7.0.1, but the merge window has already passed. We are about to release v7.0.1 |
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.
During a voluntary validator exit, the cli instructs the user to visit a website to obtain a secret phrase, the current url returns an
Access Deniederror:https://lighthouse-book.sigmaprime.io/voluntary-exit.html
The correct url, that provides information and the secret phrase is:
https://lighthouse-book.sigmaprime.io/validator_voluntary_exit.html
So this PR updates
WEBSITE_URLinaccount_manager/src/validator/exit.rsto reflect that.Proposed Changes
Update voluntary exit url from https://lighthouse-book.sigmaprime.io/voluntary-exit.html to https://lighthouse-book.sigmaprime.io/validator_voluntary_exit.html
Additional Info
No additional information required.