Skip to content

Commit

Permalink
Turn on Ajna Base v2 (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
piekczyk authored Jan 22, 2024
1 parent f15b765 commit 649c981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/oasis-borrow/getFeatures.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const getFeatures = ({ isStaging: _isStaging }: ConfigHelperType) => ({
AaveV3OptimizationOptimism: false,
AaveV3OptimizationArbitrum: false,
AaveV3OptimizationBase: false,
AjnaBase: _isStaging,
AjnaBase: true,
AjnaPoolFinder: true,
AjnaSafetySwitch: false,
AjnaSuppressValidation: false,
Expand Down

0 comments on commit 649c981

Please sign in to comment.