Skip to content

Commit

Permalink
fixed upgrade to v2 action
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahSaso committed Nov 24, 2024
1 parent f9c519d commit 30fa255
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,13 @@ export class UpgradeV1ToV2Action extends ActionBase<UpgradeV1ToV2Data> {
}
: null,
extension: {},
open_proposal_submission: false,
submission_policy: {
specific: {
dao_members: true,
allowlist: [],
denylist: [],
},
},
}),
},
},
Expand Down

0 comments on commit 30fa255

Please sign in to comment.