Skip to content

Commit

Permalink
Merge pull request #50 from OasisDEX/feat/jt/release-spark-sl
Browse files Browse the repository at this point in the history
set SparkProtocolStopLoss to true
  • Loading branch information
zerotucks authored Oct 13, 2023
2 parents 17e166e + c088143 commit 04222ee
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions configs/oasis-borrow/getFeatures.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
import { ConfigHelperType } from "⌨️";

export const getFeatures = ({
isStaging,
}: Pick<ConfigHelperType, "isStaging">) => ({
export const getFeatures = () => ({
AaveV3ArbitrumBorrow: true,
AaveV3ArbitrumEarn: false,
AaveV3EarncbETHeth: false,
Expand Down Expand Up @@ -34,6 +30,6 @@ export const getFeatures = ({
TestFeature: false, // used in unit tests
UseNetworkSwitcherForks: false,
UseNetworkSwitcherTestnets: false,
SparkProtocolStopLoss: isStaging,
SparkProtocolStopLoss: true,
UseRpcGateway: false,
});

0 comments on commit 04222ee

Please sign in to comment.