waveFluidDexRegularSupply

Description

Supply assets to Fluid Vault T3 (1_col:2_debt, smart debt vault)

This sdk action uses FluidDexSupply as underlying smart contract.

Action ID

0x3cf3e466

SDK Action

const fluidDexRegularSupplyAction = new dfs.actions.fluid.FluidDexRegularSupplyAction(
    vault,
    from,
    nftId,
    supplyAmount,
);

Action Type

STANDARD_ACTION

Input Parameters

circle-info

SDK will set SupplyVariableData as empty for regular supply action

Return Value

circle-info

For regular supply action, return value will represent supplied amount

Events and Logs

Last updated