Skip to content

Commit

Permalink
AaveV3ProtectionLambda on every network
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinciarka authored Jan 29, 2024
1 parent 182759c commit e4df520
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion configs/oasis-borrow/getFeatures.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ export const getFeatures = ({ isStaging: _isStaging }: ConfigHelperType) => ({
AaveV3OptimizationOptimism: false,
AaveV3OptimizationArbitrum: false,
AaveV3OptimizationBase: false,
AaveV3ProtectionLambda: false,
AaveV3ProtectionLambdaEthereum: false,
AaveV3ProtectionLambdaOptimism: false,
AaveV3ProtectionLambdaArbitrum: false,
AaveV3ProtectionLambdaBase: false,
AjnaBase: true,
AjnaPoolFinder: true,
AjnaSafetySwitch: false,
Expand Down

0 comments on commit e4df520

Please sign in to comment.