Skip to content

Commit

Permalink
Enable new Spark automations & migrations Aave/Spark on Mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubswierczek committed Feb 28, 2024
1 parent af9d5fc commit c3ef0c1
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,
AjnaBase: true,
AjnaPoolFinder: true,
AjnaSafetySwitch: false,
Expand Down Expand Up @@ -66,5 +66,5 @@ export const getFeatures = ({ isStaging: _isStaging }: ConfigHelperType) => ({
SparkWBTCDAI: true,
AaveLikeSimpleEarnSafetySwitch: false,
AaveLikeSimpleEarnSuppressValidation: false,
EnableMigrations: _isStaging,
EnableMigrations: true,
});

0 comments on commit c3ef0c1

Please sign in to comment.