Skip to main content
Helpful?

CommonAddLiquidityOptions

@uniswap/v3-sdk / Exports / CommonAddLiquidityOptions

Interface: CommonAddLiquidityOptions

Options for producing the calldata to add liquidity.

Table of contents

Properties

Properties

deadline

deadline: BigintIsh

When the transaction expires, in epoch seconds.

Defined in

nonfungiblePositionManager.ts:56


slippageTolerance

slippageTolerance: Percent

How much the pool price is allowed to move.

Defined in

nonfungiblePositionManager.ts:51


token0Permit

Optional token0Permit: PermitOptions

The optional permit parameters for spending token0

Defined in

nonfungiblePositionManager.ts:66


token1Permit

Optional token1Permit: PermitOptions

The optional permit parameters for spending token1

Defined in

nonfungiblePositionManager.ts:71


useNative

Optional useNative: NativeCurrency

Whether to spend ether. If true, one of the pool tokens must be WETH, by default false

Defined in

nonfungiblePositionManager.ts:61

Helpful?