Skip to content

Commit

Permalink
fix(run-protocol): makeAnchorAsset needs installation.mintHolder
Browse files Browse the repository at this point in the history
  • Loading branch information
dckc committed Apr 24, 2022
1 parent 46e2076 commit 0096c56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/run-protocol/src/core-proposal.js
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ export const CHAIN_POST_BOOT_MANIFEST = harden({
export const PSM_MANIFEST = harden({
makeAnchorAsset: {
consume: { bankManager: 'bank', zoe: 'zoe' },
installation: { consume: { mintHolder: 'zoe' } },
issuer: {
produce: { AUSD: true },
},
Expand Down

0 comments on commit 0096c56

Please sign in to comment.