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,