CurveUsdAdjust

Description

Action that supplies collateral to a curveusd position and borrows more crvUSD

Action ID

0xb7bc5093

SDK Action

const curveUsdAdjustAction = new dfs.actions.curveusd.CurveUsdAdjustAction(
    controllerAddress,
    from,
    to,
    supplyAmount,
    borrowAmount
);

Action Type

STANDARD_ACTION

Input Parameters

Return Value

Events and Logs

Last updated

Was this helpful?