fix: Manifold Markets liq.

This commit is contained in:
NunoSempere 2022-01-11 23:13:31 +01:00
parent 08715357fd
commit eb2bbe5551

View File

@ -48,7 +48,7 @@ async function processPredictions(predictions) {
"stars": calculateStars("Manifold Markets", ({ "stars": calculateStars("Manifold Markets", ({
volume7days: prediction.volume7days, volume7days: prediction.volume7days,
volume24Hours: prediction.volume24Hours, volume24Hours: prediction.volume24Hours,
liquidity: prediction.pool pool: prediction.pool // normally liquidity, but I don't actually want to show it.
})), })),
"createdTime": prediction.createdTime, "createdTime": prediction.createdTime,
"volume7Days": prediction.volume7Days, "volume7Days": prediction.volume7Days,