diff --git a/packages/automation/package.json b/packages/automation/package.json index 1cecde3..5ed5105 100644 --- a/packages/automation/package.json +++ b/packages/automation/package.json @@ -1,7 +1,7 @@ { "name": "@oasisdex/automation", "packageManager": "yarn@1.22.21", - "version": "1.6.0-alpha.10", + "version": "1.6.0-alpha.14", "description": "The set of utilities for Oasis automation", "homepage": "https://github.com/OasisDEX/common#readme", "main": "lib/src/index.js", diff --git a/packages/automation/src/types.ts b/packages/automation/src/types.ts index c59edae..6b4def1 100644 --- a/packages/automation/src/types.ts +++ b/packages/automation/src/types.ts @@ -54,7 +54,7 @@ export enum TriggerType { DmaAaveStopLossToDebtV2 = 124, DmaSparkStopLossToCollateralV2 = 125, DmaSparkStopLossToDebtV2 = 126, - DmaAaveTrailingStopLossV2 = 10001, + DmaAaveTrailingStopLossV2 = 10005, } export const triggerTypeToCommandContractTypeMap: Record = {