Documentation
    Preparing search index...

    Type Alias IncreaseLiquidityConfig

    type IncreaseLiquidityConfig = {
        authority?: TransactionSigner<string>;
        slippageToleranceBps?: number;
        whirlpoolDeployment?: WhirlpoolDeployment;
    }
    Index

    Properties

    authority?: TransactionSigner<string>

    The account authorizing the liquidity addition. Defaults to the global funder.

    slippageToleranceBps?: number

    Slippage tolerance in basis points. Defaults to the global slippage tolerance.

    whirlpoolDeployment?: WhirlpoolDeployment

    The Whirlpool program and config account to target. Defaults to DEFAULT_WHIRLPOOL_DEPLOYMENT if not provided.