Skip to content

Commit

Permalink
fixup! feat: core eval for replacing charter members
Browse files Browse the repository at this point in the history
  • Loading branch information
rabi-siddique committed Oct 1, 2024
1 parent 96ef402 commit 713f77a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/inter-protocol/src/proposals/replaceElectorate.js
Original file line number Diff line number Diff line change
Expand Up @@ -333,18 +333,18 @@ export const getManifestForReplaceElectorate = async ({}, options) => ({
produce: {
econCharterKit: true,
economicCommitteeKit: true,
economicCommitteeCreatorFacet: 'economicCommittee',
economicCommitteeCreatorFacet: true,
},
installation: {
consume: {
committee: 'zoe',
committee: true,
binaryVoteCounter: true,
econCommitteeCharter: true,
},
},
instance: {
produce: {
economicCommittee: 'economicCommittee',
economicCommittee: true,
econCommitteeCharter: true,
},
consume: {
Expand Down

0 comments on commit 713f77a

Please sign in to comment.