Skip to content

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

@philknows

Description

@philknows

🎯 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions