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, });