Skip to content

Commit

Permalink
added spark protocol stop loss
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrwitek committed Sep 20, 2023
1 parent 50ee4b7 commit 7036d3e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions configs/oasis-borrow/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ export default function ({ isDevelopment: _isDevelopment, notProduction }: Confi
TestFeature: false, // used in unit tests
UseNetworkSwitcherForks: false,
UseNetworkSwitcherTestnets: false,
SparkProtocolStopLoss: true,
},
parameters: {
topBanner: {
Expand All @@ -43,8 +44,8 @@ export default function ({ isDevelopment: _isDevelopment, notProduction }: Confi
aaveLike: {
orderInformation: {
showFlashloanInformation: notProduction,
}
}
},
},
},
};
}

0 comments on commit 7036d3e

Please sign in to comment.