From a91e5724a0450584398c62a731a025ca1a9fcacb Mon Sep 17 00:00:00 2001 From: Marcin Ciarka Date: Mon, 26 Feb 2024 11:38:39 +0100 Subject: [PATCH 1/3] SparkTrailingStopLossLambdaEthereum SparkTrailingStopLossLambdaEthereum --- configs/oasis-borrow/getFeatures.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/oasis-borrow/getFeatures.ts b/configs/oasis-borrow/getFeatures.ts index 729237a..b9c5808 100644 --- a/configs/oasis-borrow/getFeatures.ts +++ b/configs/oasis-borrow/getFeatures.ts @@ -22,6 +22,7 @@ export const getFeatures = ({ isStaging: _isStaging }: ConfigHelperType) => ({ AaveV3TrailingStopLossLambdaOptimism: true, AaveV3TrailingStopLossLambdaArbitrum: true, AaveV3TrailingStopLossLambdaBase: true, + SparkTrailingStopLossLambdaEthereum: false, SparkProtectionLambdaEthereum: false, AjnaBase: true, AjnaPoolFinder: true, From 3308991bc05b7c0338ffd849f433cab39d3cc7d4 Mon Sep 17 00:00:00 2001 From: Marcin Ciarka Date: Mon, 26 Feb 2024 11:42:19 +0100 Subject: [PATCH 2/3] AaveV3OptimizationEthereum AaveV3OptimizationEthereum --- configs/oasis-borrow/getFeatures.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/oasis-borrow/getFeatures.ts b/configs/oasis-borrow/getFeatures.ts index b9c5808..2871968 100644 --- a/configs/oasis-borrow/getFeatures.ts +++ b/configs/oasis-borrow/getFeatures.ts @@ -22,6 +22,7 @@ export const getFeatures = ({ isStaging: _isStaging }: ConfigHelperType) => ({ AaveV3TrailingStopLossLambdaOptimism: true, AaveV3TrailingStopLossLambdaArbitrum: true, AaveV3TrailingStopLossLambdaBase: true, + SparkOptimizationEthereum: true, SparkTrailingStopLossLambdaEthereum: false, SparkProtectionLambdaEthereum: false, AjnaBase: true, From 32ec2ab97edeb7d1f6d0832356efb1841696901e Mon Sep 17 00:00:00 2001 From: Marcin Ciarka Date: Mon, 26 Feb 2024 11:42:38 +0100 Subject: [PATCH 3/3] Update getFeatures.ts --- configs/oasis-borrow/getFeatures.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/oasis-borrow/getFeatures.ts b/configs/oasis-borrow/getFeatures.ts index 2871968..c51855d 100644 --- a/configs/oasis-borrow/getFeatures.ts +++ b/configs/oasis-borrow/getFeatures.ts @@ -22,7 +22,7 @@ export const getFeatures = ({ isStaging: _isStaging }: ConfigHelperType) => ({ AaveV3TrailingStopLossLambdaOptimism: true, AaveV3TrailingStopLossLambdaArbitrum: true, AaveV3TrailingStopLossLambdaBase: true, - SparkOptimizationEthereum: true, + SparkOptimizationEthereum: false, SparkTrailingStopLossLambdaEthereum: false, SparkProtectionLambdaEthereum: false, AjnaBase: true,