Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinciarka authored Sep 12, 2023
1 parent b76e17e commit 369cdc7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions configs/oasis-borrow/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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/<any vault ID> to disable.
AaveV3Arbitrum: false,
AaveV3Borrow: false,
AaveV3EarncbETHeth: false,
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 369cdc7

Please sign in to comment.