Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 1.15 KB

stands.md

File metadata and controls

43 lines (31 loc) · 1.15 KB

./bin/run.js stands

A collection of ready-made environments for testing.

./bin/run.js stands pectra

Base Pectra test stand.

USAGE
  $ ./bin/run.js stands pectra [--network <value>] [--full] [--verify] [--dsm]

FLAGS
  --dsm              Use full DSM setup.
  --full             Deploys all smart contracts, not just initializes the network.
  --network=<value>  [default: my-devnet] Name of the network
  --verify           Enables verification of smart contracts during deployment.

DESCRIPTION
  Base Pectra test stand.

./bin/run.js stands pectra-tw

Triggerable Withdrawals test stand.

USAGE
  $ ./bin/run.js stands pectra-tw [--network <value>] [--full] [--verify] [--dsm]

FLAGS
  --dsm              Use full DSM setup.
  --full             Deploys all smart contracts, not just initializes the network.
  --network=<value>  [default: my-devnet] Name of the network
  --verify           Enables verification of smart contracts during deployment.

DESCRIPTION
  Triggerable Withdrawals test stand.