We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8389d73 commit f48648eCopy full SHA for f48648e
app/components/UI/Perps/utils/marketDataTransform.ts
@@ -202,7 +202,7 @@ export function transformMarketData(
202
// Calculate open interest in USD
203
const openInterest = calculateOpenInterestUSD(
204
assetCtx?.openInterest,
205
- effectiveCurrentPrice,
+ currentPrice,
206
);
207
208
// Get current funding rate from assetCtx - this is the actual current funding rate
0 commit comments