From 51a8da8e503f6bb9e70d7db2582e312ef4ee6d32 Mon Sep 17 00:00:00 2001 From: Piotr Witek <739075+piotrwitek@users.noreply.github.com> Date: Wed, 8 May 2024 15:58:50 +0200 Subject: [PATCH] Enabled refinance --- configs/oasis-borrow/getFeatures.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/oasis-borrow/getFeatures.ts b/configs/oasis-borrow/getFeatures.ts index 8f117bb..be772a3 100644 --- a/configs/oasis-borrow/getFeatures.ts +++ b/configs/oasis-borrow/getFeatures.ts @@ -73,7 +73,7 @@ export const getFeatures = ({ notProduction }: ConfigHelperType) => ({ AaveLikeSimpleEarnSafetySwitch: false, AaveLikeSimpleEarnSuppressValidation: false, EnableMigrations: true, - EnableRefinance: false, + EnableRefinance: true, RefinanceSafetySwitch: false, RefinanceSuppressValidation: false, Erc4626Vaults: true,