Skip to content

Commit

Permalink
chore: settlementAddress no longer optional
Browse files Browse the repository at this point in the history
  • Loading branch information
turadg committed Jan 14, 2025
1 parent 9b3e001 commit ea8de31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/fast-usdc/src/exos/advancer.js
Original file line number Diff line number Diff line change
Expand Up @@ -291,8 +291,8 @@ export const prepareAdvancerKit = (
notifyFacet: M.remotable(),
borrowerFacet: M.remotable(),
poolAccount: M.remotable(),
settlementAddress: ChainAddressShape,
intermediateRecipient: M.opt(ChainAddressShape),
settlementAddress: M.opt(ChainAddressShape),
}),
},
);
Expand Down

0 comments on commit ea8de31

Please sign in to comment.