@strkfarm/sdk 2.0.0-dev.44 → 2.0.0-dev.45
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/index.browser.global.js +1 -1
- package/dist/index.browser.mjs +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
|
@@ -127350,7 +127350,7 @@ spurious results.`);
|
|
|
127350
127350
|
);
|
|
127351
127351
|
return {
|
|
127352
127352
|
isPaused: false,
|
|
127353
|
-
liveStatus: "Hot & New \u{1F525}" /* HOT */,
|
|
127353
|
+
liveStatus: lstSymbol === "xSTRK" ? "Hot & New \u{1F525}" /* HOT */ : lstSymbol == "xWBTC" || lstSymbol == "xtBTC" ? "Active" /* ACTIVE */ : "Deprecated" /* DEPRECATED */,
|
|
127354
127354
|
isAudited: true,
|
|
127355
127355
|
isInstantWithdrawal: false,
|
|
127356
127356
|
hideHarvestInfo: true,
|
package/dist/index.browser.mjs
CHANGED
|
@@ -39357,7 +39357,7 @@ function createHyperLSTSettings(lstSymbol, underlyingSymbol) {
|
|
|
39357
39357
|
);
|
|
39358
39358
|
return {
|
|
39359
39359
|
isPaused: false,
|
|
39360
|
-
liveStatus: "Hot & New \u{1F525}" /* HOT */,
|
|
39360
|
+
liveStatus: lstSymbol === "xSTRK" ? "Hot & New \u{1F525}" /* HOT */ : lstSymbol == "xWBTC" || lstSymbol == "xtBTC" ? "Active" /* ACTIVE */ : "Deprecated" /* DEPRECATED */,
|
|
39361
39361
|
isAudited: true,
|
|
39362
39362
|
isInstantWithdrawal: false,
|
|
39363
39363
|
hideHarvestInfo: true,
|
package/dist/index.js
CHANGED
|
@@ -39690,7 +39690,7 @@ function createHyperLSTSettings(lstSymbol, underlyingSymbol) {
|
|
|
39690
39690
|
);
|
|
39691
39691
|
return {
|
|
39692
39692
|
isPaused: false,
|
|
39693
|
-
liveStatus: "Hot & New \u{1F525}" /* HOT */,
|
|
39693
|
+
liveStatus: lstSymbol === "xSTRK" ? "Hot & New \u{1F525}" /* HOT */ : lstSymbol == "xWBTC" || lstSymbol == "xtBTC" ? "Active" /* ACTIVE */ : "Deprecated" /* DEPRECATED */,
|
|
39694
39694
|
isAudited: true,
|
|
39695
39695
|
isInstantWithdrawal: false,
|
|
39696
39696
|
hideHarvestInfo: true,
|
package/dist/index.mjs
CHANGED
|
@@ -39524,7 +39524,7 @@ function createHyperLSTSettings(lstSymbol, underlyingSymbol) {
|
|
|
39524
39524
|
);
|
|
39525
39525
|
return {
|
|
39526
39526
|
isPaused: false,
|
|
39527
|
-
liveStatus: "Hot & New \u{1F525}" /* HOT */,
|
|
39527
|
+
liveStatus: lstSymbol === "xSTRK" ? "Hot & New \u{1F525}" /* HOT */ : lstSymbol == "xWBTC" || lstSymbol == "xtBTC" ? "Active" /* ACTIVE */ : "Deprecated" /* DEPRECATED */,
|
|
39528
39528
|
isAudited: true,
|
|
39529
39529
|
isInstantWithdrawal: false,
|
|
39530
39530
|
hideHarvestInfo: true,
|