Command set for managing Validator, finding available keys in the state, adding them, and restarting it.
./bin/run.js validator add
./bin/run.js validator keys generate
./bin/run.js validator keys test-generate
./bin/run.js validator voluntary-exit
Finds available keys in the state, adds them to the validator, and restarts it.
USAGE
$ ./bin/run.js validator add [--network <value>]
FLAGS
--network=<value> [default: my-devnet] Name of the network
DESCRIPTION
Finds available keys in the state, adds them to the validator, and restarts it.
Create deposit keys for vanilla validators in the DevNet configuration.
USAGE
$ ./bin/run.js validator keys generate [--network <value>] [--wc <value>]
FLAGS
--network=<value> [default: my-devnet] Name of the network
--wc=<value> Custom withdrawal credentials (optional).
DESCRIPTION
Create deposit keys for vanilla validators in the DevNet configuration.
Install dependencies in the lido-core directory
USAGE
$ ./bin/run.js validator keys test-generate [--network <value>]
FLAGS
--network=<value> [default: my-devnet] Name of the network
DESCRIPTION
Install dependencies in the lido-core directory
Performs voluntary exit of a validator from the Lido protocol.
USAGE
$ ./bin/run.js validator voluntary-exit --mtype <value> --index <value> [--network <value>]
FLAGS
--index=<value> (required) Index of the validator to exit.
--mtype=<value> (required) Type of mnemonic to use.
--network=<value> [default: my-devnet] Name of the network
DESCRIPTION
Performs voluntary exit of a validator from the Lido protocol.