CurveGaugeDeposit

Description

Action that deposits LP tokens into a Liquidity Gauge.

Notes

if _params.receiver != address(this) the receiver must call set_approve_deposit on gauge

Action ID

0x728abd4c

SDK Action

const curveGaugeDepositAction = new dfs.actions.curve.CurveGaugeDepositAction(
    gaugeAddr,
    lpToken,
    sender,
    onBehalfOf,
    amount
);

Action Type

STANDARD_ACTION

Input Parameters

Return Value

Events and Logs

Last updated

Was this helpful?