From 2947b89e05f4d26d24277c8f92747f2064236bb7 Mon Sep 17 00:00:00 2001 From: Marcin Ciarka Date: Mon, 11 Mar 2024 12:31:16 +0100 Subject: [PATCH] AaveV3LambdaSuppressValidation (#115) AaveV3LambdaSuppressValidation --- configs/oasis-borrow/getFeatures.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/oasis-borrow/getFeatures.ts b/configs/oasis-borrow/getFeatures.ts index cda45b3..650c117 100644 --- a/configs/oasis-borrow/getFeatures.ts +++ b/configs/oasis-borrow/getFeatures.ts @@ -40,6 +40,7 @@ export const getFeatures = ({ isStaging: _isStaging }: ConfigHelperType) => ({ AaveV2SuppressValidation: false, AaveV3SafetySwitch: false, AaveV3SuppressValidation: false, + AaveV3LambdaSuppressValidation: false, SparkSafetySwitch: false, SparkSuppressValidation: false, AnotherTestFeature: true, // used in unit tests