From ef4717c754c793cf23c17e9849afeacde8a17519 Mon Sep 17 00:00:00 2001 From: Piotr Konowrocki Date: Wed, 24 Jan 2024 15:43:10 +0100 Subject: [PATCH] turn on MorphoBlue --- 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 0f49387..c266ac6 100644 --- a/configs/oasis-borrow/getFeatures.ts +++ b/configs/oasis-borrow/getFeatures.ts @@ -26,7 +26,7 @@ export const getFeatures = ({ isStaging: _isStaging }: ConfigHelperType) => ({ DaiSavingsRate: true, DisableSidebarScroll: false, FollowAAVEVaults: false, - MorphoBlue: false, + MorphoBlue: true, NewNavigation: true, ProxyCreationDisabled: false, ProxyReveal: false,