@typus/typus-perp-sdk 1.1.51 → 1.1.53
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 +2 -2
- package/package.json +2 -2
package/dist/src/api/sentio.js
CHANGED
|
@@ -696,7 +696,7 @@ async function getLeaderboardFromSentio(startTs, endTs, type = LeaderboardType.C
|
|
|
696
696
|
WHERE o.base_token NOT IN (
|
|
697
697
|
'XAU', 'XAG', 'USOIL', 'JPY', 'SPYX', 'QQQX',
|
|
698
698
|
'TSLAX', 'NVDAX', 'AAPLX', 'GOOGLX', 'METAX',
|
|
699
|
-
'COINX', 'CRCLX'
|
|
699
|
+
'COINX', 'CRCLX', 'MSTRX', 'HOODX'
|
|
700
700
|
)
|
|
701
701
|
AND s.timestamp >= ${startTs} AND s.timestamp < ${endTs}
|
|
702
702
|
),
|
|
@@ -750,7 +750,7 @@ async function getLeaderboardFromSentio(startTs, endTs, type = LeaderboardType.C
|
|
|
750
750
|
WHERE o.base_token IN (
|
|
751
751
|
'XAU', 'XAG', 'USOIL', 'JPY', 'SPYX', 'QQQX',
|
|
752
752
|
'TSLAX', 'NVDAX', 'AAPLX', 'GOOGLX', 'METAX',
|
|
753
|
-
'COINX', 'CRCLX'
|
|
753
|
+
'COINX', 'CRCLX', 'MSTRX', 'HOODX'
|
|
754
754
|
)
|
|
755
755
|
AND s.timestamp >= ${startTs} AND s.timestamp < ${endTs}
|
|
756
756
|
),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@typus/typus-perp-sdk",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.53",
|
|
4
4
|
"repository": "https://github.com/Typus-Lab/typus-perp-sdk.git",
|
|
5
5
|
"author": "Typus",
|
|
6
6
|
"description": "typus perp sdk",
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"dependencies": {
|
|
9
9
|
"@mysten/bcs": "1.9.2",
|
|
10
10
|
"@mysten/sui": "1.44.0",
|
|
11
|
-
"@typus/typus-sdk": "1.8.
|
|
11
|
+
"@typus/typus-sdk": "1.8.43"
|
|
12
12
|
},
|
|
13
13
|
"resolutions": {
|
|
14
14
|
"@mysten/bcs": "1.9.2",
|