Run prettier
This commit is contained in:
parent
67d25afd02
commit
c22deb9c25
|
@ -346,7 +346,7 @@ async function makeMarketUpdateInstructions(
|
|||
const leanCoeff = mc.params.leanCoeff;
|
||||
|
||||
const fairValue = (aggBid + aggAsk) / 2;
|
||||
const aggSpread = (aggAsk - aggBid) / fairValue
|
||||
const aggSpread = (aggAsk - aggBid) / fairValue;
|
||||
|
||||
const requoteThresh = mc.params.requoteThresh;
|
||||
const equity = toUiDecimalsForQuote(mangoAccount.getEquity(group));
|
||||
|
|
Loading…
Reference in New Issue