Add some helpers to reset a fresh DAO and upgrade an app #74
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "chore/npm-scripts"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This should make it a bit easier to reset and a get a fresh DAO to test locally
I've also added a
scripts/upgrade.sh
helper that helps to deploy a new app.usage:
./scripts/upgrade.sh <app name> <dao address>
e.g.
./scripts/upgrade.sh token 0xfoobar
the DAO address can alternatively be set as an environment variable: KREDITS_DAO_ADDRESS