Skip to content

Commit

Permalink
AaveV3TrailingStopLossLambda feature toggles (#105)
Browse files Browse the repository at this point in the history
AaveV3TrailingStopLossLambdaEthereum
AaveV3TrailingStopLossLambdaOptimism
AaveV3TrailingStopLossLambdaArbitrum
AaveV3TrailingStopLossLambdaBase
  • Loading branch information
marcinciarka authored Feb 15, 2024
1 parent b8bc101 commit 599acfc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions configs/oasis-borrow/getFeatures.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ export const getFeatures = ({ isStaging: _isStaging }: ConfigHelperType) => ({
AaveV3ProtectionLambdaOptimism: false,
AaveV3ProtectionLambdaArbitrum: false,
AaveV3ProtectionLambdaBase: false,
AaveV3TrailingStopLossLambdaEthereum: false,
AaveV3TrailingStopLossLambdaOptimism: false,
AaveV3TrailingStopLossLambdaArbitrum: false,
AaveV3TrailingStopLossLambdaBase: false,
SparkProtectionLambdaEthereum: false,
AjnaBase: true,
AjnaPoolFinder: true,
Expand Down

0 comments on commit 599acfc

Please sign in to comment.