From dd44fa9be781baf70b080cb34986e69640f66ba4 Mon Sep 17 00:00:00 2001 From: halaprix Date: Fri, 16 Feb 2024 11:57:59 +0100 Subject: [PATCH] chore: bump version --- packages/automation/package.json | 2 +- packages/automation/src/types.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 = {