From 369cdc7f1ebb8c826ececf74ddac96cc8d606862 Mon Sep 17 00:00:00 2001 From: Marcin Ciarka Date: Tue, 12 Sep 2023 20:43:07 +0200 Subject: [PATCH] Update index.ts --- configs/oasis-borrow/index.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configs/oasis-borrow/index.ts b/configs/oasis-borrow/index.ts index 82cbe40..97672cc 100644 --- a/configs/oasis-borrow/index.ts +++ b/configs/oasis-borrow/index.ts @@ -3,7 +3,6 @@ import { ConfigHelperType } from "⌨️"; export default function ({ isDevelopment }: ConfigHelperType) { return { features: { - "🌞": false, // or https://summer.fi/harheeharheeharhee to enable. https://summer.fi/ to disable. AaveV3Arbitrum: false, AaveV3Borrow: false, AaveV3EarncbETHeth: false, @@ -36,7 +35,7 @@ export default function ({ isDevelopment }: ConfigHelperType) { StopLossRead: true, StopLossWrite: true, TestFeature: false, // used in unit tests - UseNetworkSwitcher: isDevelopment ? false : true, + UseNetworkSwitcher: true, UseNetworkSwitcherArbitrum: false, UseNetworkSwitcherForks: false, UseNetworkSwitcherOptimism: true,