Skip to content

Commit

Permalink
fix: update demoIssuers to use addPoolInvitation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris-Hibbert committed May 17, 2022
1 parent 5f704dc commit 34b0947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/run-protocol/src/proposals/demoIssuers.js
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ export const fundAMM = async ({
});

E(zoe).offer(
E(ammPublicFacet).makeAddLiquidityInvitation(),
E(ammPublicFacet).addPoolInvitation(),
proposal,
harden({
Secondary: secondaryPayment,
Expand Down

0 comments on commit 34b0947

Please sign in to comment.