Skip to content

Commit

Permalink
Turn on morpho automations
Browse files Browse the repository at this point in the history
  • Loading branch information
piekczyk committed May 21, 2024
1 parent 037f018 commit 46cd8f5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions configs/oasis-borrow/getFeatures.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,11 @@ export const getFeatures = ({ notProduction }: ConfigHelperType) => ({
trailingStopLoss: true,
},
MorphoBlue: {
autoBuy: notProduction,
autoSell: notProduction,
partialTakeProfit: notProduction,
stopLoss: notProduction,
trailingStopLoss: notProduction,
autoBuy: true,
autoSell: true,
partialTakeProfit: true,
stopLoss: true,
trailingStopLoss: true,
},
},
});

0 comments on commit 46cd8f5

Please sign in to comment.