AddLiquidityAndRegisterWithETHParams
The AddLiquidityAndRegisterWithETHParams interface defines the parameters required to add liquidity and register using ETH.
Properties
-
marketplaceId:bigint | number | stringThe ID of the marketplace. -
metadata:stringThe metadata for the provider. -
publicKey:stringThe public key of the provider. -
minOut:bigint[] | number[] | string[]The minimum amounts of MEDIA and WETH to receive. -
path:stringThe preferred MEDIA/WETH Uniswap path. (Used to swap half of the ETH to MEDIA) -
slippage:bigint | number | stringThe slippage for the NFT mint. Note that this is not the slippage for the swap but foramount0Minandamount1Minin Uniswap'sINonfungiblePositionManager.MintParams. -
poolFee:bigint | number | stringThe pair fee of the pool where your liquidity will be added. -
amount:bigint | number | stringThe amount of ETH to send.