Skip to content

Commit

Permalink
Fix JS doc ordering for increaseLiquidityQuoteByInputToken (#154)
Browse files Browse the repository at this point in the history
first and second JS doc params were flipped
  • Loading branch information
Rhovian authored Jun 10, 2024
1 parent ef6763b commit d39401c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdk/src/quotes/public/increase-liquidity-quote.ts
Original file line number Diff line number Diff line change
Expand Up @@ -323,8 +323,8 @@ function getTokenEstimatesFromLiquidity(params: IncreaseLiquidityQuoteByLiquidit
* Get an estimated quote on the maximum tokens required to deposit based on a specified input token amount.
*
* @category Quotes
* @param inputTokenAmount - The amount of input tokens to deposit.
* @param inputTokenMint - The mint of the input token the user would like to deposit.
* @param inputTokenAmount - The amount of input tokens to deposit.
* @param tickLower - The lower index of the position that we are withdrawing from.
* @param tickUpper - The upper index of the position that we are withdrawing from.
* @param slippageTolerance - The maximum slippage allowed when calculating the minimum tokens received.
Expand Down Expand Up @@ -604,4 +604,4 @@ function quotePositionAboveRange(param: IncreaseLiquidityQuoteParam): IncreaseLi
deductingFromTokenEstB: tokenEstBIncluded.fee,
},
};
}
}

0 comments on commit d39401c

Please sign in to comment.