Skip to content

Commit

Permalink
fixup! feat: repair KREAd contract on zoe upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
mhofman committed Feb 19, 2024
1 parent 5c2950b commit e01012d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vats/scripts/revive-kread.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { makeHelpers } from '@agoric/deploy-script-support';
export const defaultProposalBuilder = async () =>
harden({
sourceSpec: '@agoric/vats/src/proposals/kread-proposal.js',
getManifestCall: ['getManifestForKread', harden({})],
getManifestCall: ['getManifestForKread'],
});

export default async (homeP, endowments) => {
Expand Down

0 comments on commit e01012d

Please sign in to comment.