@typus/typus-perp-sdk 1.1.42 → 1.1.43
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/src/api/sentio.js +1 -1
- package/package.json +1 -1
package/dist/src/api/sentio.js
CHANGED
|
@@ -721,7 +721,7 @@ async function getLeaderboardFromSentio(startTs, endTs) {
|
|
|
721
721
|
t.distinct_id as Address,
|
|
722
722
|
t.total_volume as Trading_Vol,
|
|
723
723
|
cast(t.total_volume AS Decimal256(18)) / cast(s.top10_total_volume AS Decimal256(18)) AS Volume_Share_Top10,
|
|
724
|
-
Volume_Share_Top10 *
|
|
724
|
+
Volume_Share_Top10 * 350 as PrizePool_Share
|
|
725
725
|
FROM top10 t
|
|
726
726
|
JOIN top10_sum s ON t.logical_date = s.logical_date
|
|
727
727
|
WHERE Date >= ${startTs} AND Date < ${endTs}
|