Skip to content

Commit

Permalink
πŸš€ Enable new Spark automations & migrations Aave/Spark on Mainnet (#113)
Browse files Browse the repository at this point in the history
Co-authored-by: Marcin Ciarka <marcin@oazoapps.com>
  • Loading branch information
jakubswierczek and marcinciarka authored Feb 28, 2024
1 parent fdad304 commit 1affc20
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions configs/oasis-borrow/getFeatures.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -71,5 +71,5 @@ export const getFeatures = ({ isStaging: _isStaging }: ConfigHelperType) => ({
SparkWBTCDAI: true,
AaveLikeSimpleEarnSafetySwitch: false,
AaveLikeSimpleEarnSuppressValidation: false,
EnableMigrations: _isStaging,
EnableMigrations: true,
});

0 comments on commit 1affc20

Please sign in to comment.