Skip to content

Testing and Scripts

Mireya edited this page Oct 22, 2019 · 1 revision

Testing and Scripts

Automation scripts can be found in dao-test-automation.

Change the timer for proposal stages

You can change the timer for different phases of the proposal lifecycle if you want to shorten or lengthen them for testing purposes. To do so, change the values (set in seconds) in the .env file and re-compile the contracts.

Teleport to the next phase

To fast-forward to the next phase, you can run any of the following scripts in dao-contracts.

npm run teleport:locking_phase
npm run teleport:main_phase

Clone this wiki locally