Skip to content

Commit

Permalink
chore: don't pass zcf thru context in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
dckc committed Sep 12, 2024
1 parent c1bf50a commit 25a1716
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ const contract = async (

// orchestrate uses the names on orchestrationFns to do a "prepare" of the associated behavior
const orchFns = orchestrateAll(flows, {
zcf,
contractState,
localTransfer: zoeTools.localTransfer,
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ const contract = async (
makeCombineInvitationMakers,
makeExtraInvitationMaker,
flows,
zcf,
zoeTools,
});

Expand Down
1 change: 0 additions & 1 deletion packages/orchestration/src/examples/swap.contract.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ const contract = async (
const { brands } = zcf.getTerms();

const { stakeAndSwap } = orchestrateAll(flows, {
zcf,
localTransfer: zoeTools.localTransfer,
});

Expand Down

0 comments on commit 25a1716

Please sign in to comment.