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
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
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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.shhelper that helps to deploy a new app.usage:
./scripts/upgrade.sh <app name> <dao address>e.g.
./scripts/upgrade.sh token 0xfoobarthe DAO address can alternatively be set as an environment variable: KREDITS_DAO_ADDRESS