You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix: build and release metadata where swapped
* fix: publish an empty JSON object to silence the EmptyReleaseMetadata error
* docs: improve checklists
Copy file name to clipboardExpand all lines: DEPLOYMENT_CHECKLIST.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,8 @@ This checklist is seen as a guide to deploy the stack to a new chain.
27
27
-[ ] Set the subdomain to be used of the managing DAO to `MANAGINGDAO_SUBDOMAIN` in `.env`. If you want to use `management.dao.eth` put only `management`
28
28
-[ ] Set the multisig members of the managing DAO as a comma (`,`) separated list to `MANAGINGDAO_MULTISIG_APPROVERS` in `.env`
29
29
-[ ] Set the amount of minimum approvals the managing DAO needs to `MANAGINGDAO_MULTISIG_MINAPPROVALS` in `.env`
30
+
-[ ] If new plugin builds are released
31
+
-[ ] Double-check that the build- and release-metadata is published correctly by the deploy script and contracts
0 commit comments