Skip to content

Commit

Permalink
chore: update trigger types
Browse files Browse the repository at this point in the history
  • Loading branch information
halaprix committed Jan 31, 2024
1 parent 168894f commit a2246ff
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/automation/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@oasisdex/automation",
"packageManager": "[email protected]",
"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",
Expand Down
12 changes: 6 additions & 6 deletions packages/automation/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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<TriggerType, CommandContractType> = {
Expand Down

0 comments on commit a2246ff

Please sign in to comment.