@typus/typus-perp-sdk 1.1.32-codegen-exp27 → 1.1.32-codegen-exp28
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 +1 -1
package/dist/src/api/sentio.js
CHANGED
|
@@ -272,7 +272,7 @@ async function getTlpFeeFromSentio(fromTimestamp, toTimestamp) {
|
|
|
272
272
|
{
|
|
273
273
|
metricsQuery: {
|
|
274
274
|
query: "tlp_fee_usd",
|
|
275
|
-
alias: "
|
|
275
|
+
alias: "1",
|
|
276
276
|
id: "isolated_TYPUS",
|
|
277
277
|
labelSelector: {
|
|
278
278
|
base_token: "TYPUS",
|
|
@@ -292,7 +292,7 @@ async function getTlpFeeFromSentio(fromTimestamp, toTimestamp) {
|
|
|
292
292
|
formulas: [
|
|
293
293
|
{
|
|
294
294
|
expression: "a-isolated_TYPUS",
|
|
295
|
-
alias: "
|
|
295
|
+
alias: "0",
|
|
296
296
|
id: "main",
|
|
297
297
|
disabled: false,
|
|
298
298
|
functions: [],
|