AddLiquidityAndRegisterParams
The AddLiquidityAndRegisterParams interface defines the parameters required to add liquidity and register using an ERC20 Token.
Properties
- 
marketplaceId:bigint | number | stringThe ID of the marketplace.
- 
inputToken:AddressThe address of the input token.
- 
inputAmount:bigint | number | stringThe amount of the input token.
- 
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.
- 
paths:string[]The preferred Uniswap paths. Used to swap half of the input token to MEDIA and the other half to ETH.
- 
slippage:bigint | number | stringThe slippage tolerance.
- 
poolFee:bigint | number | stringThe pair fee of the pool where your liquidity will be added.