Skip to content

Commit

Permalink
Update src/methods/swap/transaction.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Velenir <Velenir@users.noreply.github.com>
  • Loading branch information
Verisana and Velenir committed Oct 12, 2023
1 parent d9883fa commit c756957
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/methods/swap/transaction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ export type BuildTxInputBase = {
partner?: string;
partnerAddress?: string;
partnerFeeBps?: number;
/** @description (DEPRECATED). Use "takeSurplus" instead. Positive slippage goes to user, true by default */
/** @deprecated Use "takeSurplus" instead. Positive slippage goes to user, true by default */
positiveSlippageToUser?: boolean;
/** @description (). Set to true, to take positive slippage. Default: false */
/** @description Set to true to take positive slippage. Default: false */
takeSurplus?: boolean;
receiver?: Address;
srcDecimals?: number;
Expand Down

0 comments on commit c756957

Please sign in to comment.