From 46cd8f546482c16f3e20dbc896730ed36a93b088 Mon Sep 17 00:00:00 2001 From: sebastianPiekarczyk Date: Tue, 21 May 2024 15:47:51 +0200 Subject: [PATCH] Turn on morpho automations --- configs/oasis-borrow/getFeatures.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/configs/oasis-borrow/getFeatures.ts b/configs/oasis-borrow/getFeatures.ts index be772a3..eb5cf58 100644 --- a/configs/oasis-borrow/getFeatures.ts +++ b/configs/oasis-borrow/getFeatures.ts @@ -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, }, }, });