Skip to main content
Version: 3.0.0

CommonAddLiquidityOptions

Options for producing the calldata to add liquidity.

Properties#

deadline#

deadline: BigintIsh

When the transaction expires, in epoch seconds.

Defined in: nonfungiblePositionManager.ts:54


slippageTolerance#

slippageTolerance: Percent

How much the pool price is allowed to move.

Defined in: nonfungiblePositionManager.ts:49


token0Permit#

Optional token0Permit: StandardPermitArguments | AllowedPermitArguments

The optional permit parameters for spending token0

Defined in: nonfungiblePositionManager.ts:64


token1Permit#

Optional token1Permit: StandardPermitArguments | AllowedPermitArguments

The optional permit parameters for spending token1

Defined in: nonfungiblePositionManager.ts:69


useEther#

Optional useEther: boolean

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

Defined in: nonfungiblePositionManager.ts:59