From c08814343467aa5a2a76af4dddac340303ac685f Mon Sep 17 00:00:00 2001 From: James Tuckett Date: Thu, 12 Oct 2023 09:54:43 +0100 Subject: [PATCH] chore: release spark sl --- configs/oasis-borrow/getFeatures.ts | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/configs/oasis-borrow/getFeatures.ts b/configs/oasis-borrow/getFeatures.ts index 8ea303c..02e4f5a 100644 --- a/configs/oasis-borrow/getFeatures.ts +++ b/configs/oasis-borrow/getFeatures.ts @@ -1,8 +1,4 @@ -import { ConfigHelperType } from "⌨️"; - -export const getFeatures = ({ - isStaging, -}: Pick) => ({ +export const getFeatures = () => ({ AaveV3ArbitrumBorrow: true, AaveV3ArbitrumEarn: false, AaveV3EarncbETHeth: false, @@ -34,6 +30,6 @@ export const getFeatures = ({ TestFeature: false, // used in unit tests UseNetworkSwitcherForks: false, UseNetworkSwitcherTestnets: false, - SparkProtocolStopLoss: isStaging, + SparkProtocolStopLoss: true, UseRpcGateway: false, });