remove console logs
This commit is contained in:
parent
b6dfb42532
commit
3e013044ea
|
@ -64,12 +64,10 @@ function getInstantaneousFundingRateL2(
|
|||
orderbook.bids,
|
||||
market.baseLotsToUi(market.impactQuantity)
|
||||
)
|
||||
console.log(bid)
|
||||
const ask = getImpactPriceL2(
|
||||
orderbook.asks,
|
||||
market.baseLotsToUi(market.impactQuantity)
|
||||
)
|
||||
console.log(ask)
|
||||
const indexPrice = market._uiPrice
|
||||
|
||||
let funding
|
||||
|
|
Loading…
Reference in New Issue