From 1affc2076ea4bddd8e7f92fcb1a2591bcc3a8c5e Mon Sep 17 00:00:00 2001 From: Jakub Swierczek Date: Wed, 28 Feb 2024 15:07:00 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20=20Enable=20new=20Spark=20automa?= =?UTF-8?q?tions=20&=20migrations=20Aave/Spark=20on=20Mainnet=20(#113)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Marcin Ciarka --- configs/oasis-borrow/getFeatures.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/configs/oasis-borrow/getFeatures.ts b/configs/oasis-borrow/getFeatures.ts index b00d1d3..cda45b3 100644 --- a/configs/oasis-borrow/getFeatures.ts +++ b/configs/oasis-borrow/getFeatures.ts @@ -22,9 +22,9 @@ export const getFeatures = ({ isStaging: _isStaging }: ConfigHelperType) => ({ AaveV3TrailingStopLossLambdaOptimism: true, AaveV3TrailingStopLossLambdaArbitrum: true, AaveV3TrailingStopLossLambdaBase: true, - SparkOptimizationEthereum: false, - SparkTrailingStopLossLambdaEthereum: false, - SparkProtectionLambdaEthereum: false, + SparkOptimizationEthereum: true, + SparkTrailingStopLossLambdaEthereum: true, + SparkProtectionLambdaEthereum: true, AaveV3PartialTakeProfitLambdaEthereum: false, AaveV3PartialTakeProfitLambdaOptimism: false, AaveV3PartialTakeProfitLambdaArbitrum: false, @@ -71,5 +71,5 @@ export const getFeatures = ({ isStaging: _isStaging }: ConfigHelperType) => ({ SparkWBTCDAI: true, AaveLikeSimpleEarnSafetySwitch: false, AaveLikeSimpleEarnSuppressValidation: false, - EnableMigrations: _isStaging, + EnableMigrations: true, });