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 Dec 18, 2024
1 parent c7d166b commit e49ad00
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 @@ -276,8 +276,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 e49ad00

Please sign in to comment.