@strkfarm/sdk 1.1.31 → 1.1.33

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.
@@ -92000,6 +92000,14 @@ spurious results.`);
92000
92000
  " Requests can take up to ",
92001
92001
  /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("strong", { children: "1-2 hours" }),
92002
92002
  " to process as the vault unwinds and settles routing."
92003
+ ] }) }),
92004
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("div", { style: { backgroundColor: "#222", padding: "10px", borderRadius: "8px", marginBottom: "20px", border: "1px solid #444" }, children: /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("p", { style: { fontSize: "13px", color: "#ccc" }, children: [
92005
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("strong", { children: "Debt limits:" }),
92006
+ " Pools on Vesu have debt caps that are gradually increased over time. Until caps are raised, deposited LSTs remain in the vault, generating a shared net return for all depositors."
92007
+ ] }) }),
92008
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("div", { style: { backgroundColor: "#222", padding: "10px", borderRadius: "8px", marginBottom: "20px", border: "1px solid #444" }, children: /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("p", { style: { fontSize: "13px", color: "#ccc" }, children: [
92009
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("strong", { children: "APY assumptions:" }),
92010
+ " APY shown is the max possible value given current LST and borrowing rates. True APY will be subject to the actual leverage, based on above point. More insights on exact APY will be added soon."
92003
92011
  ] }) })
92004
92012
  ] });
92005
92013
  }
@@ -92161,7 +92169,7 @@ spurious results.`);
92161
92169
  };
92162
92170
  function getInvestmentSteps(lstSymbol, underlyingSymbol) {
92163
92171
  return [
92164
- `Deposit ${underlyingSymbol} into the vault`,
92172
+ `Deposit ${lstSymbol} into the vault`,
92165
92173
  `The vault manager loops the ${underlyingSymbol} to buy ${lstSymbol}`,
92166
92174
  `The vault manager collateralizes the ${lstSymbol} on Vesu`,
92167
92175
  `The vault manager borrows more ${underlyingSymbol} to loop further`,
@@ -28095,6 +28095,14 @@ function VaultDescription(lstSymbol, underlyingSymbol) {
28095
28095
  " Requests can take up to ",
28096
28096
  /* @__PURE__ */ jsx5("strong", { children: "1-2 hours" }),
28097
28097
  " to process as the vault unwinds and settles routing."
28098
+ ] }) }),
28099
+ /* @__PURE__ */ jsx5("div", { style: { backgroundColor: "#222", padding: "10px", borderRadius: "8px", marginBottom: "20px", border: "1px solid #444" }, children: /* @__PURE__ */ jsxs4("p", { style: { fontSize: "13px", color: "#ccc" }, children: [
28100
+ /* @__PURE__ */ jsx5("strong", { children: "Debt limits:" }),
28101
+ " Pools on Vesu have debt caps that are gradually increased over time. Until caps are raised, deposited LSTs remain in the vault, generating a shared net return for all depositors."
28102
+ ] }) }),
28103
+ /* @__PURE__ */ jsx5("div", { style: { backgroundColor: "#222", padding: "10px", borderRadius: "8px", marginBottom: "20px", border: "1px solid #444" }, children: /* @__PURE__ */ jsxs4("p", { style: { fontSize: "13px", color: "#ccc" }, children: [
28104
+ /* @__PURE__ */ jsx5("strong", { children: "APY assumptions:" }),
28105
+ " APY shown is the max possible value given current LST and borrowing rates. True APY will be subject to the actual leverage, based on above point. More insights on exact APY will be added soon."
28098
28106
  ] }) })
28099
28107
  ] });
28100
28108
  }
@@ -28256,7 +28264,7 @@ var hyperxLBTC = {
28256
28264
  };
28257
28265
  function getInvestmentSteps(lstSymbol, underlyingSymbol) {
28258
28266
  return [
28259
- `Deposit ${underlyingSymbol} into the vault`,
28267
+ `Deposit ${lstSymbol} into the vault`,
28260
28268
  `The vault manager loops the ${underlyingSymbol} to buy ${lstSymbol}`,
28261
28269
  `The vault manager collateralizes the ${lstSymbol} on Vesu`,
28262
28270
  `The vault manager borrows more ${underlyingSymbol} to loop further`,
package/dist/index.js CHANGED
@@ -28093,6 +28093,14 @@ function VaultDescription(lstSymbol, underlyingSymbol) {
28093
28093
  " Requests can take up to ",
28094
28094
  /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("strong", { children: "1-2 hours" }),
28095
28095
  " to process as the vault unwinds and settles routing."
28096
+ ] }) }),
28097
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("div", { style: { backgroundColor: "#222", padding: "10px", borderRadius: "8px", marginBottom: "20px", border: "1px solid #444" }, children: /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("p", { style: { fontSize: "13px", color: "#ccc" }, children: [
28098
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("strong", { children: "Debt limits:" }),
28099
+ " Pools on Vesu have debt caps that are gradually increased over time. Until caps are raised, deposited LSTs remain in the vault, generating a shared net return for all depositors."
28100
+ ] }) }),
28101
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("div", { style: { backgroundColor: "#222", padding: "10px", borderRadius: "8px", marginBottom: "20px", border: "1px solid #444" }, children: /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("p", { style: { fontSize: "13px", color: "#ccc" }, children: [
28102
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("strong", { children: "APY assumptions:" }),
28103
+ " APY shown is the max possible value given current LST and borrowing rates. True APY will be subject to the actual leverage, based on above point. More insights on exact APY will be added soon."
28096
28104
  ] }) })
28097
28105
  ] });
28098
28106
  }
@@ -28254,7 +28262,7 @@ var hyperxLBTC = {
28254
28262
  };
28255
28263
  function getInvestmentSteps(lstSymbol, underlyingSymbol) {
28256
28264
  return [
28257
- `Deposit ${underlyingSymbol} into the vault`,
28265
+ `Deposit ${lstSymbol} into the vault`,
28258
28266
  `The vault manager loops the ${underlyingSymbol} to buy ${lstSymbol}`,
28259
28267
  `The vault manager collateralizes the ${lstSymbol} on Vesu`,
28260
28268
  `The vault manager borrows more ${underlyingSymbol} to loop further`,
package/dist/index.mjs CHANGED
@@ -27993,6 +27993,14 @@ function VaultDescription(lstSymbol, underlyingSymbol) {
27993
27993
  " Requests can take up to ",
27994
27994
  /* @__PURE__ */ jsx5("strong", { children: "1-2 hours" }),
27995
27995
  " to process as the vault unwinds and settles routing."
27996
+ ] }) }),
27997
+ /* @__PURE__ */ jsx5("div", { style: { backgroundColor: "#222", padding: "10px", borderRadius: "8px", marginBottom: "20px", border: "1px solid #444" }, children: /* @__PURE__ */ jsxs4("p", { style: { fontSize: "13px", color: "#ccc" }, children: [
27998
+ /* @__PURE__ */ jsx5("strong", { children: "Debt limits:" }),
27999
+ " Pools on Vesu have debt caps that are gradually increased over time. Until caps are raised, deposited LSTs remain in the vault, generating a shared net return for all depositors."
28000
+ ] }) }),
28001
+ /* @__PURE__ */ jsx5("div", { style: { backgroundColor: "#222", padding: "10px", borderRadius: "8px", marginBottom: "20px", border: "1px solid #444" }, children: /* @__PURE__ */ jsxs4("p", { style: { fontSize: "13px", color: "#ccc" }, children: [
28002
+ /* @__PURE__ */ jsx5("strong", { children: "APY assumptions:" }),
28003
+ " APY shown is the max possible value given current LST and borrowing rates. True APY will be subject to the actual leverage, based on above point. More insights on exact APY will be added soon."
27996
28004
  ] }) })
27997
28005
  ] });
27998
28006
  }
@@ -28154,7 +28162,7 @@ var hyperxLBTC = {
28154
28162
  };
28155
28163
  function getInvestmentSteps(lstSymbol, underlyingSymbol) {
28156
28164
  return [
28157
- `Deposit ${underlyingSymbol} into the vault`,
28165
+ `Deposit ${lstSymbol} into the vault`,
28158
28166
  `The vault manager loops the ${underlyingSymbol} to buy ${lstSymbol}`,
28159
28167
  `The vault manager collateralizes the ${lstSymbol} on Vesu`,
28160
28168
  `The vault manager borrows more ${underlyingSymbol} to loop further`,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@strkfarm/sdk",
3
- "version": "1.1.31",
3
+ "version": "1.1.33",
4
4
  "description": "STRKFarm TS SDK (Meant for our internal use, but feel free to use it)",
5
5
  "typings": "dist/index.d.ts",
6
6
  "types": "dist/index.d.ts",
@@ -571,6 +571,16 @@ export default function VaultDescription(
571
571
  <strong>Withdrawals:</strong> Requests can take up to <strong>1-2 hours</strong> to process as the vault unwinds and settles routing.
572
572
  </p>
573
573
  </div>
574
+ <div style={{ backgroundColor: "#222", padding: "10px", borderRadius: "8px", marginBottom: "20px", border: "1px solid #444" }}>
575
+ <p style={{ fontSize: "13px", color: "#ccc" }}>
576
+ <strong>Debt limits:</strong> Pools on Vesu have debt caps that are gradually increased over time. Until caps are raised, deposited LSTs remain in the vault, generating a shared net return for all depositors.
577
+ </p>
578
+ </div>
579
+ <div style={{ backgroundColor: "#222", padding: "10px", borderRadius: "8px", marginBottom: "20px", border: "1px solid #444" }}>
580
+ <p style={{ fontSize: "13px", color: "#ccc" }}>
581
+ <strong>APY assumptions:</strong> APY shown is the max possible value given current LST and borrowing rates. True APY will be subject to the actual leverage, based on above point. More insights on exact APY will be added soon.
582
+ </p>
583
+ </div>
574
584
  </div>
575
585
  );
576
586
  }
@@ -782,7 +792,7 @@ const hyperxLBTC: UniversalStrategySettings = {
782
792
 
783
793
  function getInvestmentSteps(lstSymbol: string, underlyingSymbol: string) {
784
794
  return [
785
- `Deposit ${underlyingSymbol} into the vault`,
795
+ `Deposit ${lstSymbol} into the vault`,
786
796
  `The vault manager loops the ${underlyingSymbol} to buy ${lstSymbol}`,
787
797
  `The vault manager collateralizes the ${lstSymbol} on Vesu`,
788
798
  `The vault manager borrows more ${underlyingSymbol} to loop further`,