From 68c6dfd380902861f65dac04c29bda41279f6f6d Mon Sep 17 00:00:00 2001 From: halaprix Date: Wed, 2 Aug 2023 17:05:22 +0200 Subject: [PATCH] chore: update automation --- packages/automation/src/types.ts | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/packages/automation/src/types.ts b/packages/automation/src/types.ts index fde29ae..dbd0493 100644 --- a/packages/automation/src/types.ts +++ b/packages/automation/src/types.ts @@ -38,8 +38,10 @@ export enum TriggerType { MakerAutoTakeProfitToDaiV2 = 106, // AaveStopLossToCollateralV2 = 107, // AaveStopLossToDebtV2 = 108, - AaveStopLossToCollateralV2 = 109, - AaveStopLossToDebtV2 = 110, + // AaveStopLossToCollateralV2 = 109, + // AaveStopLossToDebtV2 = 110, + AaveStopLossToCollateralV2 = 111, + AaveStopLossToDebtV2 = 112, } export enum TriggerGroupType {