@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.
@@ -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 * 150 as PrizePool_Share
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}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typus/typus-perp-sdk",
3
- "version": "1.1.42",
3
+ "version": "1.1.43",
4
4
  "repository": "https://github.com/Typus-Lab/typus-perp-sdk.git",
5
5
  "author": "Typus",
6
6
  "description": "typus perp sdk",