From 49b38385faa0e317a97420674f16a95cef7202fe Mon Sep 17 00:00:00 2001 From: Jakub Swierczek Date: Wed, 17 Apr 2024 17:36:03 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80Release=20AaveV3/Spark=20Migration?= =?UTF-8?q?=20from=20DsProxy=20to=20SummerFi?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- configs/oasis-borrow/getFeatures.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/configs/oasis-borrow/getFeatures.ts b/configs/oasis-borrow/getFeatures.ts index ae797e6..6b7e855 100644 --- a/configs/oasis-borrow/getFeatures.ts +++ b/configs/oasis-borrow/getFeatures.ts @@ -79,10 +79,10 @@ export const getFeatures = ({ isStaging: _isStaging }: ConfigHelperType) => ({ Erc4626Vaults: true, Erc4626VaultsSafetySwitch: false, Erc4626VaultsSuppressValidation: false, - DsProxyMigrationEthereum: false, - DsProxyMigrationOptimism: false, - DsProxyMigrationArbitrum: false, - DsProxyMigrationBase: false, + DsProxyMigrationEthereum: true, + DsProxyMigrationOptimism: true, + DsProxyMigrationArbitrum: true, + DsProxyMigrationBase: true, UseOmniKitLinks: false, OmniKitDebug: false, });