Skip to content

Latest commit

 

History

History
117 lines (80 loc) · 2.27 KB

voting.md

File metadata and controls

117 lines (80 loc) · 2.27 KB

./bin/run.js voting

Command set for managing Voting scripts.

./bin/run.js voting add-account

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

./bin/run.js voting auto-vote

Auto vote

USAGE
  $ ./bin/run.js voting auto-vote [--network <value>]

FLAGS
  --network=<value>  [default: my-devnet] Name of the network

DESCRIPTION
  Auto vote

./bin/run.js voting enact-after-pectra

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

./bin/run.js voting enact-before-pectra

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

./bin/run.js voting enact-tw

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

./bin/run.js voting install

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

./bin/run.js voting prepare-pectra

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