Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Lodestar voluntary-exit command to the Obol Launchpad UI. #383

Open
3 tasks
philknows opened this issue Jun 24, 2024 · 0 comments
Open
3 tasks

Add Lodestar voluntary-exit command to the Obol Launchpad UI. #383

philknows opened this issue Jun 24, 2024 · 0 comments

Comments

@philknows
Copy link

🎯 Problem to be solved

For Obol users who are using the Lodestar VC, the information should be relatively available to demonstrate how to voluntary exit validators on the Launchpad UI. It currently does not exist on the Launchpad for any of the networks as seen on the screenshot below:

Screenshot 2024-06-24 at 11 01 29 AM

The solution is within another page inside of: https://docs.obol.tech/docs/start/quickstart-exit

  • Link to the codebase issue that prompted this docs change

🛠️ Proposed solution

Lodestar should be added in the Launchpad UI to demonstrate how to exit validators:

Holesky:

docker exec -it charon-distributed-validator-node-lodestar-1 /usr/app/lodestar validator voluntary-exit --beaconNodes="http://charon:3600" --dataDir=/opt/data --exitEpoch=${EXIT_EPOCH:-112260} --network=holesky --yes

Mainnet:

docker exec -it charon-distributed-validator-node-lodestar-1 /usr/app/lodestar validator voluntary-exit --beaconNodes="http://charon:3600" --dataDir=/opt/data --exitEpoch=${EXIT_EPOCH:-112260} --network=mainnet --yes
  • For major overhaul of docs, design doc link:

🧪 Tests

  • Netlify deployment build tests passing

👐 Additional acceptance criteria

❌ Out of Scope

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

No branches or pull requests

1 participant