From 2728754c354b49d0232e7e012d6cff98d01e761f Mon Sep 17 00:00:00 2001 From: Marcin Ciarka Date: Fri, 15 Sep 2023 12:43:08 +0200 Subject: [PATCH] Update index.ts --- configs/oasis-borrow/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/oasis-borrow/index.ts b/configs/oasis-borrow/index.ts index dca3a57..bfc61fb 100644 --- a/configs/oasis-borrow/index.ts +++ b/configs/oasis-borrow/index.ts @@ -18,7 +18,7 @@ export default function ({ isDevelopment: _isDevelopment, isStaging }: ConfigHel AjnaSuppressValidation: false, AnotherTestFeature: true, // used in unit tests ConstantMultipleReadOnly: false, - DaiSavingsRate: isStaging ? false : true, + DaiSavingsRate: true, DisableSidebarScroll: false, FollowAAVEVaults: false, ProxyCreationDisabled: false,