Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
canercidam committed Jul 30, 2023
1 parent dc10cd5 commit 894cd58
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions scripts/unlock-admin/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Unlock admin proposals

This is useful to us when we want to create Unlock admin proposals for the council multisig to sign.

To create Unlock admin proposals:
1. Create a new proposal file (like in scripts/unlock-admin/example.yaml).
2. At the project root, do `npm run unlock:propose -- <proposal-file-path>`.
3. Follow the links in the output to verify that the proposals were created in Defender.
1. Get a team API key from Defender and set it inside the project root `.env` file.
```
DEFENDER_API_KEY=<your-defender-api-key>
DEFENDER_SECRET_KEY=<your-defender-secret-key>
```
2. Create a new proposal file (like in scripts/unlock-admin/example.yaml).
3. At the project root, do `npm run unlock:propose -- <proposal-file-path>`.
4. Follow the links in the output to verify that the proposals were created in Defender.

0 comments on commit 894cd58

Please sign in to comment.