From 389367cef583ab635ebcc514a31063edb14ad7cc Mon Sep 17 00:00:00 2001 From: sebastianPiekarczyk Date: Mon, 19 Feb 2024 13:32:28 +0100 Subject: [PATCH] Add omni like ft for aave --- configs/oasis-borrow/getFeatures.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/configs/oasis-borrow/getFeatures.ts b/configs/oasis-borrow/getFeatures.ts index 3fe2db3..65f5db2 100644 --- a/configs/oasis-borrow/getFeatures.ts +++ b/configs/oasis-borrow/getFeatures.ts @@ -29,6 +29,12 @@ export const getFeatures = ({ isStaging: _isStaging }: ConfigHelperType) => ({ AjnaSuppressValidation: false, MorphoSafetySwitch: false, MorphoSuppressValidation: false, + AaveV2SafetySwitch: false, + AaveV2SuppressValidation: false, + AaveV3SafetySwitch: false, + AaveV3SuppressValidation: false, + SparkSafetySwitch: false, + SparkSuppressValidation: false, AnotherTestFeature: true, // used in unit tests BaseNetworkEnabled: true, ConstantMultipleReadOnly: false,