npx daostack-migrate --params ./dao-params.json --output ./dao-deployment.json --gasPrice 15 --provider <YOUR_ETHERUM_NODE> --private-key <YOUR_PRIVATE_KEY>
Please update the dao-deployment.json
Create a .env
file at the root directly, and add PRIVATE_KEY=0xMY_PRIVATE_KEY
in it.
In order for voting machine configuration changes to take affect, you first need to:
- Use
scripts/setVMParams
to set the parameters within the voting machine's contract. - Use
scripts/setSchemeParams
to set the parameters within the scheme contracts. - Make a proposal to the DAO's SchemeRegistrar scheme to edit the affected schemes.
Please update the dao-params-hash.json