Skip to content

Wrong function arguments order #6

@Pudge3228

Description

@Pudge3228

refactor arguments order in functions

export function maxLiquidityForAmounts(
sqrtPriceCurrent: BigNumberish,
tickLower: number,
tickUpper: number,
vQuoteAmount: BigNumberish,
vTokenAmount: BigNumberish,
useFullPrecision: boolean

export function amountsForLiquidity(
tickLower: number,
sqrtPriceCurrent: BigNumberish,
tickUpper: number,
liquidity: BigNumberish,
roundUp?: boolean

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions