diff --git a/packages/automation/package.json b/packages/automation/package.json index dbbc3fa..d53c4d5 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.5", + "version": "1.6.0-alpha.6", "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 e4edc59..67c7640 100644 --- a/packages/automation/src/types.ts +++ b/packages/automation/src/types.ts @@ -47,12 +47,12 @@ export enum CommandContractType { AaveStopLossToDebtV2 = 112, SparkStopLossToCollateralV2 = 117, SparkStopLossToDebtV2 = 118, - DmaAaveBasicBuyV2 = 119, - DmaAaveBasicSellV2 = 120, - DmaAaveStopLossToCollateralV2 = 121, - DmaAaveStopLossToDebtV2 = 122, - DmaSparkStopLossToCollateralV2 = 123, - DmaSparkStopLossToDebtV2 = 124, + DmaAaveBasicBuyV2 = 121, + DmaAaveBasicSellV2 = 122, + DmaAaveStopLossToCollateralV2 = 123, + DmaAaveStopLossToDebtV2 = 124, + DmaSparkStopLossToCollateralV2 = 125, + DmaSparkStopLossToDebtV2 = 126, } export const triggerTypeToCommandContractTypeMap: Record = {