Skip to content

Commit

Permalink
Merge pull request #5174 from Agoric/yes-action-electorate
Browse files Browse the repository at this point in the history
chore: remove noActionElectorate from uiConfig
  • Loading branch information
mergify[bot] authored Apr 21, 2022
2 parents 4dcb676 + dbdc34a commit ac7cdb3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion packages/run-protocol/src/core-proposal.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ const SHARED_POST_BOOT_MANIFEST = harden({
amm: 'zoe',
VaultFactory: 'zoe',
contractGovernor: 'zoe',
noActionElectorate: 'zoe',
binaryVoteCounter: 'zoe',
liquidate: 'zoe',
},
Expand Down
3 changes: 0 additions & 3 deletions packages/run-protocol/src/econ-behaviors.js
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,6 @@ export const configureVaultFactoryUI = async ({
amm: ammInstallation,
VaultFactory: vaultInstallation,
contractGovernor,
noActionElectorate,
binaryVoteCounter,
liquidate,
},
Expand All @@ -389,7 +388,6 @@ export const configureVaultFactoryUI = async ({
vaultFactory: vaultInstallation,
amm: ammInstallation,
contractGovernor,
noActionElectorate,
binaryVoteCounter,
liquidate,
});
Expand Down Expand Up @@ -422,7 +420,6 @@ export const configureVaultFactoryUI = async ({
['AMM_INSTALLATION_BOARD_ID', installs.amm],
['LIQ_INSTALLATION_BOARD_ID', installs.liquidate],
['BINARY_COUNTER_INSTALLATION_BOARD_ID', installs.binaryVoteCounter],
['NO_ACTION_INSTALLATION_BOARD_ID', installs.noActionElectorate],
['CONTRACT_GOVERNOR_INSTALLATION_BOARD_ID', installs.contractGovernor],
['AMM_INSTANCE_BOARD_ID', instances.amm],
['INVITE_BRAND_BOARD_ID', E(invitationIssuer).getBrand()],
Expand Down

0 comments on commit ac7cdb3

Please sign in to comment.