Skip to content

Commit

Permalink
chore(fast-usdc): refine return type of Offers.deposit
Browse files Browse the repository at this point in the history
  • Loading branch information
dckc committed Feb 7, 2025
1 parent 72e8da2 commit ca22aaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/fast-usdc/src/clientSupport.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { assertAllDefined } from '@agoric/internal';
* @param {string} opts.offerId
* @param {bigint} opts.fastLPAmount
* @param {bigint} opts.usdcAmount
* @returns {import('@agoric/smart-wallet/src/offers.js').OfferSpec}
* @returns {import('@agoric/smart-wallet/src/offers.js').OfferSpec & {proposal: USDCProposalShapes['deposit']}}
*/
const makeDepositOffer = ({ brand }, { offerId, fastLPAmount, usdcAmount }) => {
assertAllDefined({ offerId, fastLPAmount, usdcAmount });
Expand Down

0 comments on commit ca22aaf

Please sign in to comment.