Skip to content

Commit

Permalink
Revert "Revert "Enable stop losses" (#109)"
Browse files Browse the repository at this point in the history
This reverts commit 225e268.
  • Loading branch information
marcinciarka authored Feb 23, 2024
1 parent 225e268 commit 0c0abe1
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions configs/oasis-borrow/getFeatures.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ export const getFeatures = ({ isStaging: _isStaging }: ConfigHelperType) => ({
AaveV3OptimizationOptimism: true,
AaveV3OptimizationArbitrum: true,
AaveV3OptimizationBase: true,
AaveV3ProtectionLambdaEthereum: false,
AaveV3ProtectionLambdaOptimism: false,
AaveV3ProtectionLambdaArbitrum: false,
AaveV3ProtectionLambdaBase: false,
AaveV3TrailingStopLossLambdaEthereum: false,
AaveV3TrailingStopLossLambdaOptimism: false,
AaveV3TrailingStopLossLambdaArbitrum: false,
AaveV3TrailingStopLossLambdaBase: false,
AaveV3ProtectionLambdaEthereum: true,
AaveV3ProtectionLambdaOptimism: true,
AaveV3ProtectionLambdaArbitrum: true,
AaveV3ProtectionLambdaBase: true,
AaveV3TrailingStopLossLambdaEthereum: true,
AaveV3TrailingStopLossLambdaOptimism: true,
AaveV3TrailingStopLossLambdaArbitrum: true,
AaveV3TrailingStopLossLambdaBase: true,
SparkProtectionLambdaEthereum: false,
AjnaBase: true,
AjnaPoolFinder: true,
Expand Down

0 comments on commit 0c0abe1

Please sign in to comment.