@strkfarm/sdk 2.0.0-dev.52 → 2.0.0-dev.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.
|
@@ -126900,7 +126900,7 @@ spurious results.`);
|
|
|
126900
126900
|
).toNumber();
|
|
126901
126901
|
assert3(lstAmountNumber > 0, "Avnu LST amount is zero");
|
|
126902
126902
|
const exchangeRate = underlyingAmountNumber / lstAmountNumber;
|
|
126903
|
-
logger2.
|
|
126903
|
+
logger2.info(
|
|
126904
126904
|
`${this.getTag()}:: LST Avnu Exchange Rate: ${exchangeRate}`
|
|
126905
126905
|
);
|
|
126906
126906
|
return exchangeRate;
|
|
@@ -127929,7 +127929,7 @@ spurious results.`);
|
|
|
127929
127929
|
);
|
|
127930
127930
|
return {
|
|
127931
127931
|
isPaused: false,
|
|
127932
|
-
liveStatus: lstSymbol === "xSTRK" ? "Hot & New \u{1F525}" /* HOT */ :
|
|
127932
|
+
liveStatus: lstSymbol === "xSTRK" ? "Hot & New \u{1F525}" /* HOT */ : "Deprecated" /* DEPRECATED */,
|
|
127933
127933
|
isAudited: true,
|
|
127934
127934
|
isInstantWithdrawal: false,
|
|
127935
127935
|
hideHarvestInfo: true,
|
|
@@ -128029,7 +128029,18 @@ spurious results.`);
|
|
|
128029
128029
|
multiplier: 4,
|
|
128030
128030
|
logo: "https://endur.fi/favicon.ico",
|
|
128031
128031
|
toolTip: "This strategy holds xSTRK. Earn 3-4x Endur points on your xSTRK due to the leverage. Points can be found on endur.fi."
|
|
128032
|
-
}] : void 0
|
|
128032
|
+
}] : void 0,
|
|
128033
|
+
discontinuationInfo: lstSymbol == "xSTRK" ? void 0 : {
|
|
128034
|
+
date: /* @__PURE__ */ new Date("2026-07-08"),
|
|
128035
|
+
info: /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)(import_jsx_runtime5.Fragment, { children: [
|
|
128036
|
+
"This strategy is deprecated. Consider ",
|
|
128037
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("a", { href: "/strategy/wbtc_boosted", target: "_blank", rel: "noopener noreferrer", className: "underline", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("b", { children: "WBTC Boosted" }) }),
|
|
128038
|
+
" for ",
|
|
128039
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("b", { children: "BTC" }),
|
|
128040
|
+
" yield"
|
|
128041
|
+
] }),
|
|
128042
|
+
reason: "Low liquidity"
|
|
128043
|
+
}
|
|
128033
128044
|
};
|
|
128034
128045
|
}
|
|
128035
128046
|
var HyperLSTStrategies = [
|
package/dist/index.browser.mjs
CHANGED
|
@@ -38420,7 +38420,7 @@ var UniversalLstMultiplierStrategy = class _UniversalLstMultiplierStrategy exten
|
|
|
38420
38420
|
).toNumber();
|
|
38421
38421
|
assert(lstAmountNumber > 0, "Avnu LST amount is zero");
|
|
38422
38422
|
const exchangeRate = underlyingAmountNumber / lstAmountNumber;
|
|
38423
|
-
logger.
|
|
38423
|
+
logger.info(
|
|
38424
38424
|
`${this.getTag()}:: LST Avnu Exchange Rate: ${exchangeRate}`
|
|
38425
38425
|
);
|
|
38426
38426
|
return exchangeRate;
|
|
@@ -39449,7 +39449,7 @@ function createHyperLSTSettings(lstSymbol, underlyingSymbol) {
|
|
|
39449
39449
|
);
|
|
39450
39450
|
return {
|
|
39451
39451
|
isPaused: false,
|
|
39452
|
-
liveStatus: lstSymbol === "xSTRK" ? "Hot & New \u{1F525}" /* HOT */ :
|
|
39452
|
+
liveStatus: lstSymbol === "xSTRK" ? "Hot & New \u{1F525}" /* HOT */ : "Deprecated" /* DEPRECATED */,
|
|
39453
39453
|
isAudited: true,
|
|
39454
39454
|
isInstantWithdrawal: false,
|
|
39455
39455
|
hideHarvestInfo: true,
|
|
@@ -39549,7 +39549,18 @@ function getStrategySettings(lstSymbol, underlyingSymbol, settings, isPreview =
|
|
|
39549
39549
|
multiplier: 4,
|
|
39550
39550
|
logo: "https://endur.fi/favicon.ico",
|
|
39551
39551
|
toolTip: "This strategy holds xSTRK. Earn 3-4x Endur points on your xSTRK due to the leverage. Points can be found on endur.fi."
|
|
39552
|
-
}] : void 0
|
|
39552
|
+
}] : void 0,
|
|
39553
|
+
discontinuationInfo: lstSymbol == "xSTRK" ? void 0 : {
|
|
39554
|
+
date: /* @__PURE__ */ new Date("2026-07-08"),
|
|
39555
|
+
info: /* @__PURE__ */ jsxs4(Fragment3, { children: [
|
|
39556
|
+
"This strategy is deprecated. Consider ",
|
|
39557
|
+
/* @__PURE__ */ jsx5("a", { href: "/strategy/wbtc_boosted", target: "_blank", rel: "noopener noreferrer", className: "underline", children: /* @__PURE__ */ jsx5("b", { children: "WBTC Boosted" }) }),
|
|
39558
|
+
" for ",
|
|
39559
|
+
/* @__PURE__ */ jsx5("b", { children: "BTC" }),
|
|
39560
|
+
" yield"
|
|
39561
|
+
] }),
|
|
39562
|
+
reason: "Low liquidity"
|
|
39563
|
+
}
|
|
39553
39564
|
};
|
|
39554
39565
|
}
|
|
39555
39566
|
var HyperLSTStrategies = [
|
package/dist/index.js
CHANGED
|
@@ -38753,7 +38753,7 @@ var UniversalLstMultiplierStrategy = class _UniversalLstMultiplierStrategy exten
|
|
|
38753
38753
|
).toNumber();
|
|
38754
38754
|
assert(lstAmountNumber > 0, "Avnu LST amount is zero");
|
|
38755
38755
|
const exchangeRate = underlyingAmountNumber / lstAmountNumber;
|
|
38756
|
-
logger.
|
|
38756
|
+
logger.info(
|
|
38757
38757
|
`${this.getTag()}:: LST Avnu Exchange Rate: ${exchangeRate}`
|
|
38758
38758
|
);
|
|
38759
38759
|
return exchangeRate;
|
|
@@ -39782,7 +39782,7 @@ function createHyperLSTSettings(lstSymbol, underlyingSymbol) {
|
|
|
39782
39782
|
);
|
|
39783
39783
|
return {
|
|
39784
39784
|
isPaused: false,
|
|
39785
|
-
liveStatus: lstSymbol === "xSTRK" ? "Hot & New \u{1F525}" /* HOT */ :
|
|
39785
|
+
liveStatus: lstSymbol === "xSTRK" ? "Hot & New \u{1F525}" /* HOT */ : "Deprecated" /* DEPRECATED */,
|
|
39786
39786
|
isAudited: true,
|
|
39787
39787
|
isInstantWithdrawal: false,
|
|
39788
39788
|
hideHarvestInfo: true,
|
|
@@ -39882,7 +39882,18 @@ function getStrategySettings(lstSymbol, underlyingSymbol, settings, isPreview =
|
|
|
39882
39882
|
multiplier: 4,
|
|
39883
39883
|
logo: "https://endur.fi/favicon.ico",
|
|
39884
39884
|
toolTip: "This strategy holds xSTRK. Earn 3-4x Endur points on your xSTRK due to the leverage. Points can be found on endur.fi."
|
|
39885
|
-
}] : void 0
|
|
39885
|
+
}] : void 0,
|
|
39886
|
+
discontinuationInfo: lstSymbol == "xSTRK" ? void 0 : {
|
|
39887
|
+
date: /* @__PURE__ */ new Date("2026-07-08"),
|
|
39888
|
+
info: /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)(import_jsx_runtime5.Fragment, { children: [
|
|
39889
|
+
"This strategy is deprecated. Consider ",
|
|
39890
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("a", { href: "/strategy/wbtc_boosted", target: "_blank", rel: "noopener noreferrer", className: "underline", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("b", { children: "WBTC Boosted" }) }),
|
|
39891
|
+
" for ",
|
|
39892
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("b", { children: "BTC" }),
|
|
39893
|
+
" yield"
|
|
39894
|
+
] }),
|
|
39895
|
+
reason: "Low liquidity"
|
|
39896
|
+
}
|
|
39886
39897
|
};
|
|
39887
39898
|
}
|
|
39888
39899
|
var HyperLSTStrategies = [
|
package/dist/index.mjs
CHANGED
|
@@ -38587,7 +38587,7 @@ var UniversalLstMultiplierStrategy = class _UniversalLstMultiplierStrategy exten
|
|
|
38587
38587
|
).toNumber();
|
|
38588
38588
|
assert(lstAmountNumber > 0, "Avnu LST amount is zero");
|
|
38589
38589
|
const exchangeRate = underlyingAmountNumber / lstAmountNumber;
|
|
38590
|
-
logger.
|
|
38590
|
+
logger.info(
|
|
38591
38591
|
`${this.getTag()}:: LST Avnu Exchange Rate: ${exchangeRate}`
|
|
38592
38592
|
);
|
|
38593
38593
|
return exchangeRate;
|
|
@@ -39616,7 +39616,7 @@ function createHyperLSTSettings(lstSymbol, underlyingSymbol) {
|
|
|
39616
39616
|
);
|
|
39617
39617
|
return {
|
|
39618
39618
|
isPaused: false,
|
|
39619
|
-
liveStatus: lstSymbol === "xSTRK" ? "Hot & New \u{1F525}" /* HOT */ :
|
|
39619
|
+
liveStatus: lstSymbol === "xSTRK" ? "Hot & New \u{1F525}" /* HOT */ : "Deprecated" /* DEPRECATED */,
|
|
39620
39620
|
isAudited: true,
|
|
39621
39621
|
isInstantWithdrawal: false,
|
|
39622
39622
|
hideHarvestInfo: true,
|
|
@@ -39716,7 +39716,18 @@ function getStrategySettings(lstSymbol, underlyingSymbol, settings, isPreview =
|
|
|
39716
39716
|
multiplier: 4,
|
|
39717
39717
|
logo: "https://endur.fi/favicon.ico",
|
|
39718
39718
|
toolTip: "This strategy holds xSTRK. Earn 3-4x Endur points on your xSTRK due to the leverage. Points can be found on endur.fi."
|
|
39719
|
-
}] : void 0
|
|
39719
|
+
}] : void 0,
|
|
39720
|
+
discontinuationInfo: lstSymbol == "xSTRK" ? void 0 : {
|
|
39721
|
+
date: /* @__PURE__ */ new Date("2026-07-08"),
|
|
39722
|
+
info: /* @__PURE__ */ jsxs4(Fragment3, { children: [
|
|
39723
|
+
"This strategy is deprecated. Consider ",
|
|
39724
|
+
/* @__PURE__ */ jsx5("a", { href: "/strategy/wbtc_boosted", target: "_blank", rel: "noopener noreferrer", className: "underline", children: /* @__PURE__ */ jsx5("b", { children: "WBTC Boosted" }) }),
|
|
39725
|
+
" for ",
|
|
39726
|
+
/* @__PURE__ */ jsx5("b", { children: "BTC" }),
|
|
39727
|
+
" yield"
|
|
39728
|
+
] }),
|
|
39729
|
+
reason: "Low liquidity"
|
|
39730
|
+
}
|
|
39720
39731
|
};
|
|
39721
39732
|
}
|
|
39722
39733
|
var HyperLSTStrategies = [
|
package/package.json
CHANGED
|
@@ -176,7 +176,7 @@ export class UniversalLstMultiplierStrategy<S extends HyperLSTStrategySettings>
|
|
|
176
176
|
assert(lstAmountNumber > 0, "Avnu LST amount is zero");
|
|
177
177
|
|
|
178
178
|
const exchangeRate = underlyingAmountNumber / lstAmountNumber;
|
|
179
|
-
logger.
|
|
179
|
+
logger.info(
|
|
180
180
|
`${this.getTag()}:: LST Avnu Exchange Rate: ${exchangeRate}`,
|
|
181
181
|
);
|
|
182
182
|
return exchangeRate;
|
|
@@ -1403,7 +1403,7 @@ function createHyperLSTSettings(
|
|
|
1403
1403
|
)!;
|
|
1404
1404
|
return {
|
|
1405
1405
|
isPaused: false,
|
|
1406
|
-
liveStatus: lstSymbol === 'xSTRK' ? StrategyLiveStatus.HOT :
|
|
1406
|
+
liveStatus: lstSymbol === 'xSTRK' ? StrategyLiveStatus.HOT : StrategyLiveStatus.DEPRECATED,
|
|
1407
1407
|
isAudited: true,
|
|
1408
1408
|
isInstantWithdrawal: false,
|
|
1409
1409
|
hideHarvestInfo: true,
|
|
@@ -1520,6 +1520,11 @@ function getStrategySettings(
|
|
|
1520
1520
|
logo: "https://endur.fi/favicon.ico",
|
|
1521
1521
|
toolTip: "This strategy holds xSTRK. Earn 3-4x Endur points on your xSTRK due to the leverage. Points can be found on endur.fi.",
|
|
1522
1522
|
}] : undefined,
|
|
1523
|
+
discontinuationInfo: lstSymbol == 'xSTRK' ? undefined : {
|
|
1524
|
+
date: new Date('2026-07-08'),
|
|
1525
|
+
info: <>This strategy is deprecated. Consider <a href="/strategy/wbtc_boosted" target="_blank" rel="noopener noreferrer" className="underline"><b>WBTC Boosted</b></a> for <b>BTC</b> yield</>,
|
|
1526
|
+
reason: 'Low liquidity',
|
|
1527
|
+
}
|
|
1523
1528
|
};
|
|
1524
1529
|
}
|
|
1525
1530
|
|