From 0c0abe162ef5525bb2f555d8dc8cf767ad1cf798 Mon Sep 17 00:00:00 2001 From: Marcin Ciarka Date: Fri, 23 Feb 2024 12:39:12 +0100 Subject: [PATCH] Revert "Revert "Enable stop losses" (#109)" This reverts commit 225e2686e6838f520b67c18408434a3843f3ae4b. --- configs/oasis-borrow/getFeatures.ts | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/configs/oasis-borrow/getFeatures.ts b/configs/oasis-borrow/getFeatures.ts index 65f5db2..729237a 100644 --- a/configs/oasis-borrow/getFeatures.ts +++ b/configs/oasis-borrow/getFeatures.ts @@ -14,14 +14,14 @@ export const getFeatures = ({ isStaging: _isStaging }: ConfigHelperType) => ({ AaveV3OptimizationOptimism: true, AaveV3OptimizationArbitrum: true, AaveV3OptimizationBase: true, - AaveV3ProtectionLambdaEthereum: false, - AaveV3ProtectionLambdaOptimism: false, - AaveV3ProtectionLambdaArbitrum: false, - AaveV3ProtectionLambdaBase: false, - AaveV3TrailingStopLossLambdaEthereum: false, - AaveV3TrailingStopLossLambdaOptimism: false, - AaveV3TrailingStopLossLambdaArbitrum: false, - AaveV3TrailingStopLossLambdaBase: false, + AaveV3ProtectionLambdaEthereum: true, + AaveV3ProtectionLambdaOptimism: true, + AaveV3ProtectionLambdaArbitrum: true, + AaveV3ProtectionLambdaBase: true, + AaveV3TrailingStopLossLambdaEthereum: true, + AaveV3TrailingStopLossLambdaOptimism: true, + AaveV3TrailingStopLossLambdaArbitrum: true, + AaveV3TrailingStopLossLambdaBase: true, SparkProtectionLambdaEthereum: false, AjnaBase: true, AjnaPoolFinder: true,