For the complete documentation index, see llms.txt. This page is also available as Markdown.

AutomationV2Unsub

Description

Unsubscribe from old automation v2.

Notes

This action is deprecated.

Action ID

0x6195d72e

SDK Action

const automationV2UnsubAction = new dfs.actions.basic.AutomationV2Unsub(
    protocol,
    cdpId
);

Action Type

STANDARD_ACTION

Input Parameters

    /// @param cdpId ID of the cdp to unsubscribe from
    /// @param protocol Protocol to unsubscribe from (MCD, COMPOUND, AAVE)
    struct Params {
        uint256 cdpId;
        Protocols protocol;
    }

Return Value

Events and Logs

Last updated