Skip to content

Commit

Permalink
Merge pull request #77 from OasisDEX/marcinciarka/Enable-Aave/Spark-h…
Browse files Browse the repository at this point in the history
…istory

Enable Aave/Spark history on staging
  • Loading branch information
halaprix authored Dec 6, 2023
2 parents 50ea765 + b38f5ae commit 0b3ca87
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions configs/oasis-borrow/getFeatures.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
export const getFeatures = () => ({
import { ConfigHelperType } from "⌨️";

export const getFeatures = ({ isStaging }: ConfigHelperType) => ({
AaveV3ArbitrumBorrow: true,
AaveV3ArbitrumEarn: false,
AaveV3EarncbETHeth: false,
AaveV3EarnrETHeth: false,
AaveV3History: false,
AaveV3History: isStaging,
AaveV3OptimismBorrow: true,
AaveV3OptimismEarn: false,
AaveV3Protection: true,
Expand Down

0 comments on commit 0b3ca87

Please sign in to comment.