Skip to content

Commit

Permalink
Merge branch 'agave' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
alfulinku committed Oct 13, 2023
2 parents 234f3e8 + 1e3fa07 commit 5cd6aed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/risk/solver.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
export default class Solver {
constructor(rawDataObj) {
this.collaterals = []
this.stables = ["auUSDC", "auUSDT", "USDT.e", "USDC.e", "USDC", "WXDAI", "iUSD", "USDT"]
this.stables = ["auUSDC", "auUSDT", "USDT.e", "USDC.e", "USDC", "WXDAI", "iUSD", "USDT", "sDAI"]
this.shortStableLfs = [1, 1.5, 2]
this.longStableLfs = [0.25, 0.5, 1]
this.otherLfs = [0.5, 1, 1.5]
Expand Down

0 comments on commit 5cd6aed

Please sign in to comment.