Command set for managing Voting scripts.
./bin/run.js voting add-account
./bin/run.js voting auto-vote
./bin/run.js voting enact-after-pectra
./bin/run.js voting enact-before-pectra
./bin/run.js voting enact-tw
./bin/run.js voting install
./bin/run.js voting prepare-pectra
Add a new account to Brownie in silent mode
USAGE
$ ./bin/run.js voting add-account [--network <value>]
FLAGS
--network=<value> [default: my-devnet] Name of the network
DESCRIPTION
Add a new account to Brownie in silent mode
Auto vote
USAGE
$ ./bin/run.js voting auto-vote [--network <value>]
FLAGS
--network=<value> [default: my-devnet] Name of the network
DESCRIPTION
Auto vote
Enact after_pectra_upgrade
USAGE
$ ./bin/run.js voting enact-after-pectra [--network <value>]
FLAGS
--network=<value> [default: my-devnet] Name of the network
DESCRIPTION
Enact after_pectra_upgrade
Enact before_pectra_upgrade
USAGE
$ ./bin/run.js voting enact-before-pectra [--network <value>]
FLAGS
--network=<value> [default: my-devnet] Name of the network
DESCRIPTION
Enact before_pectra_upgrade
Enact tw voting
USAGE
$ ./bin/run.js voting enact-tw [--network <value>]
FLAGS
--network=<value> [default: my-devnet] Name of the network
DESCRIPTION
Enact tw voting
Install voting scripts dependencies
USAGE
$ ./bin/run.js voting install [--network <value>]
FLAGS
--network=<value> [default: my-devnet] Name of the network
DESCRIPTION
Install voting scripts dependencies
Prepare pectra voting
USAGE
$ ./bin/run.js voting prepare-pectra [--network <value>]
FLAGS
--network=<value> [default: my-devnet] Name of the network
DESCRIPTION
Prepare pectra voting