@strkfarm/sdk 1.1.31 → 1.1.32
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.
|
@@ -91995,12 +91995,22 @@ spurious results.`);
|
|
|
91995
91995
|
highlightTextWithLinks("conversion rate oracle", [{ highlight: "conversion rate oracle", link: "https://docs.pragma.build/starknet/development#conversion-rate" }]),
|
|
91996
91996
|
"which is resilient to liquidity issues and price volatility, hence reducing the risk of liquidation. However, overtime, if left un-monitored, debt can increase enough to trigger a liquidation. But no worries, our continuous monitoring systems look for situations with reduced health factor and balance collateral/debt to bring it back to safe levels. With Troves, you can have a peaceful sleep."
|
|
91997
91997
|
] }),
|
|
91998
|
-
/* @__PURE__ */ (0, import_jsx_runtime5.
|
|
91999
|
-
/* @__PURE__ */ (0, import_jsx_runtime5.
|
|
92000
|
-
|
|
92001
|
-
|
|
92002
|
-
|
|
92003
|
-
|
|
91998
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { style: { backgroundColor: "#222", padding: "10px", borderRadius: "8px", marginBottom: "20px", border: "1px solid #444" }, children: [
|
|
91999
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("p", { style: { fontSize: "13px", color: "#ccc" }, children: [
|
|
92000
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("strong", { children: "Withdrawals:" }),
|
|
92001
|
+
" Requests can take up to ",
|
|
92002
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("strong", { children: "1-2 hours" }),
|
|
92003
|
+
" to process as the vault unwinds and settles routing."
|
|
92004
|
+
] }),
|
|
92005
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("p", { style: { fontSize: "13px", color: "#ccc" }, children: [
|
|
92006
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("strong", { children: "Debt limits:" }),
|
|
92007
|
+
" 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."
|
|
92008
|
+
] }),
|
|
92009
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("p", { style: { fontSize: "13px", color: "#ccc" }, children: [
|
|
92010
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("strong", { children: "APY assumptions:" }),
|
|
92011
|
+
" 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."
|
|
92012
|
+
] })
|
|
92013
|
+
] })
|
|
92004
92014
|
] });
|
|
92005
92015
|
}
|
|
92006
92016
|
function getDescription2(tokenSymbol, underlyingSymbol) {
|
|
@@ -92161,7 +92171,7 @@ spurious results.`);
|
|
|
92161
92171
|
};
|
|
92162
92172
|
function getInvestmentSteps(lstSymbol, underlyingSymbol) {
|
|
92163
92173
|
return [
|
|
92164
|
-
`Deposit ${
|
|
92174
|
+
`Deposit ${lstSymbol} into the vault`,
|
|
92165
92175
|
`The vault manager loops the ${underlyingSymbol} to buy ${lstSymbol}`,
|
|
92166
92176
|
`The vault manager collateralizes the ${lstSymbol} on Vesu`,
|
|
92167
92177
|
`The vault manager borrows more ${underlyingSymbol} to loop further`,
|
package/dist/index.browser.mjs
CHANGED
|
@@ -28090,12 +28090,22 @@ function VaultDescription(lstSymbol, underlyingSymbol) {
|
|
|
28090
28090
|
highlightTextWithLinks("conversion rate oracle", [{ highlight: "conversion rate oracle", link: "https://docs.pragma.build/starknet/development#conversion-rate" }]),
|
|
28091
28091
|
"which is resilient to liquidity issues and price volatility, hence reducing the risk of liquidation. However, overtime, if left un-monitored, debt can increase enough to trigger a liquidation. But no worries, our continuous monitoring systems look for situations with reduced health factor and balance collateral/debt to bring it back to safe levels. With Troves, you can have a peaceful sleep."
|
|
28092
28092
|
] }),
|
|
28093
|
-
/* @__PURE__ */
|
|
28094
|
-
/* @__PURE__ */
|
|
28095
|
-
|
|
28096
|
-
|
|
28097
|
-
|
|
28098
|
-
|
|
28093
|
+
/* @__PURE__ */ jsxs4("div", { style: { backgroundColor: "#222", padding: "10px", borderRadius: "8px", marginBottom: "20px", border: "1px solid #444" }, children: [
|
|
28094
|
+
/* @__PURE__ */ jsxs4("p", { style: { fontSize: "13px", color: "#ccc" }, children: [
|
|
28095
|
+
/* @__PURE__ */ jsx5("strong", { children: "Withdrawals:" }),
|
|
28096
|
+
" Requests can take up to ",
|
|
28097
|
+
/* @__PURE__ */ jsx5("strong", { children: "1-2 hours" }),
|
|
28098
|
+
" to process as the vault unwinds and settles routing."
|
|
28099
|
+
] }),
|
|
28100
|
+
/* @__PURE__ */ jsxs4("p", { style: { fontSize: "13px", color: "#ccc" }, children: [
|
|
28101
|
+
/* @__PURE__ */ jsx5("strong", { children: "Debt limits:" }),
|
|
28102
|
+
" 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."
|
|
28103
|
+
] }),
|
|
28104
|
+
/* @__PURE__ */ jsxs4("p", { style: { fontSize: "13px", color: "#ccc" }, children: [
|
|
28105
|
+
/* @__PURE__ */ jsx5("strong", { children: "APY assumptions:" }),
|
|
28106
|
+
" 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."
|
|
28107
|
+
] })
|
|
28108
|
+
] })
|
|
28099
28109
|
] });
|
|
28100
28110
|
}
|
|
28101
28111
|
function getDescription2(tokenSymbol, underlyingSymbol) {
|
|
@@ -28256,7 +28266,7 @@ var hyperxLBTC = {
|
|
|
28256
28266
|
};
|
|
28257
28267
|
function getInvestmentSteps(lstSymbol, underlyingSymbol) {
|
|
28258
28268
|
return [
|
|
28259
|
-
`Deposit ${
|
|
28269
|
+
`Deposit ${lstSymbol} into the vault`,
|
|
28260
28270
|
`The vault manager loops the ${underlyingSymbol} to buy ${lstSymbol}`,
|
|
28261
28271
|
`The vault manager collateralizes the ${lstSymbol} on Vesu`,
|
|
28262
28272
|
`The vault manager borrows more ${underlyingSymbol} to loop further`,
|
package/dist/index.js
CHANGED
|
@@ -28088,12 +28088,22 @@ function VaultDescription(lstSymbol, underlyingSymbol) {
|
|
|
28088
28088
|
highlightTextWithLinks("conversion rate oracle", [{ highlight: "conversion rate oracle", link: "https://docs.pragma.build/starknet/development#conversion-rate" }]),
|
|
28089
28089
|
"which is resilient to liquidity issues and price volatility, hence reducing the risk of liquidation. However, overtime, if left un-monitored, debt can increase enough to trigger a liquidation. But no worries, our continuous monitoring systems look for situations with reduced health factor and balance collateral/debt to bring it back to safe levels. With Troves, you can have a peaceful sleep."
|
|
28090
28090
|
] }),
|
|
28091
|
-
/* @__PURE__ */ (0, import_jsx_runtime5.
|
|
28092
|
-
/* @__PURE__ */ (0, import_jsx_runtime5.
|
|
28093
|
-
|
|
28094
|
-
|
|
28095
|
-
|
|
28096
|
-
|
|
28091
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { style: { backgroundColor: "#222", padding: "10px", borderRadius: "8px", marginBottom: "20px", border: "1px solid #444" }, children: [
|
|
28092
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("p", { style: { fontSize: "13px", color: "#ccc" }, children: [
|
|
28093
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("strong", { children: "Withdrawals:" }),
|
|
28094
|
+
" Requests can take up to ",
|
|
28095
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("strong", { children: "1-2 hours" }),
|
|
28096
|
+
" to process as the vault unwinds and settles routing."
|
|
28097
|
+
] }),
|
|
28098
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("p", { style: { fontSize: "13px", color: "#ccc" }, children: [
|
|
28099
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("strong", { children: "Debt limits:" }),
|
|
28100
|
+
" 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."
|
|
28101
|
+
] }),
|
|
28102
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("p", { style: { fontSize: "13px", color: "#ccc" }, children: [
|
|
28103
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)("strong", { children: "APY assumptions:" }),
|
|
28104
|
+
" 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."
|
|
28105
|
+
] })
|
|
28106
|
+
] })
|
|
28097
28107
|
] });
|
|
28098
28108
|
}
|
|
28099
28109
|
function getDescription2(tokenSymbol, underlyingSymbol) {
|
|
@@ -28254,7 +28264,7 @@ var hyperxLBTC = {
|
|
|
28254
28264
|
};
|
|
28255
28265
|
function getInvestmentSteps(lstSymbol, underlyingSymbol) {
|
|
28256
28266
|
return [
|
|
28257
|
-
`Deposit ${
|
|
28267
|
+
`Deposit ${lstSymbol} into the vault`,
|
|
28258
28268
|
`The vault manager loops the ${underlyingSymbol} to buy ${lstSymbol}`,
|
|
28259
28269
|
`The vault manager collateralizes the ${lstSymbol} on Vesu`,
|
|
28260
28270
|
`The vault manager borrows more ${underlyingSymbol} to loop further`,
|
package/dist/index.mjs
CHANGED
|
@@ -27988,12 +27988,22 @@ function VaultDescription(lstSymbol, underlyingSymbol) {
|
|
|
27988
27988
|
highlightTextWithLinks("conversion rate oracle", [{ highlight: "conversion rate oracle", link: "https://docs.pragma.build/starknet/development#conversion-rate" }]),
|
|
27989
27989
|
"which is resilient to liquidity issues and price volatility, hence reducing the risk of liquidation. However, overtime, if left un-monitored, debt can increase enough to trigger a liquidation. But no worries, our continuous monitoring systems look for situations with reduced health factor and balance collateral/debt to bring it back to safe levels. With Troves, you can have a peaceful sleep."
|
|
27990
27990
|
] }),
|
|
27991
|
-
/* @__PURE__ */
|
|
27992
|
-
/* @__PURE__ */
|
|
27993
|
-
|
|
27994
|
-
|
|
27995
|
-
|
|
27996
|
-
|
|
27991
|
+
/* @__PURE__ */ jsxs4("div", { style: { backgroundColor: "#222", padding: "10px", borderRadius: "8px", marginBottom: "20px", border: "1px solid #444" }, children: [
|
|
27992
|
+
/* @__PURE__ */ jsxs4("p", { style: { fontSize: "13px", color: "#ccc" }, children: [
|
|
27993
|
+
/* @__PURE__ */ jsx5("strong", { children: "Withdrawals:" }),
|
|
27994
|
+
" Requests can take up to ",
|
|
27995
|
+
/* @__PURE__ */ jsx5("strong", { children: "1-2 hours" }),
|
|
27996
|
+
" to process as the vault unwinds and settles routing."
|
|
27997
|
+
] }),
|
|
27998
|
+
/* @__PURE__ */ jsxs4("p", { style: { fontSize: "13px", color: "#ccc" }, children: [
|
|
27999
|
+
/* @__PURE__ */ jsx5("strong", { children: "Debt limits:" }),
|
|
28000
|
+
" 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."
|
|
28001
|
+
] }),
|
|
28002
|
+
/* @__PURE__ */ jsxs4("p", { style: { fontSize: "13px", color: "#ccc" }, children: [
|
|
28003
|
+
/* @__PURE__ */ jsx5("strong", { children: "APY assumptions:" }),
|
|
28004
|
+
" 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."
|
|
28005
|
+
] })
|
|
28006
|
+
] })
|
|
27997
28007
|
] });
|
|
27998
28008
|
}
|
|
27999
28009
|
function getDescription2(tokenSymbol, underlyingSymbol) {
|
|
@@ -28154,7 +28164,7 @@ var hyperxLBTC = {
|
|
|
28154
28164
|
};
|
|
28155
28165
|
function getInvestmentSteps(lstSymbol, underlyingSymbol) {
|
|
28156
28166
|
return [
|
|
28157
|
-
`Deposit ${
|
|
28167
|
+
`Deposit ${lstSymbol} into the vault`,
|
|
28158
28168
|
`The vault manager loops the ${underlyingSymbol} to buy ${lstSymbol}`,
|
|
28159
28169
|
`The vault manager collateralizes the ${lstSymbol} on Vesu`,
|
|
28160
28170
|
`The vault manager borrows more ${underlyingSymbol} to loop further`,
|
package/package.json
CHANGED
|
@@ -570,6 +570,12 @@ export default function VaultDescription(
|
|
|
570
570
|
<p style={{ fontSize: "13px", color: "#ccc" }}>
|
|
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
|
+
<p style={{ fontSize: "13px", color: "#ccc" }}>
|
|
574
|
+
<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.
|
|
575
|
+
</p>
|
|
576
|
+
<p style={{ fontSize: "13px", color: "#ccc" }}>
|
|
577
|
+
<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.
|
|
578
|
+
</p>
|
|
573
579
|
</div>
|
|
574
580
|
</div>
|
|
575
581
|
);
|
|
@@ -782,7 +788,7 @@ const hyperxLBTC: UniversalStrategySettings = {
|
|
|
782
788
|
|
|
783
789
|
function getInvestmentSteps(lstSymbol: string, underlyingSymbol: string) {
|
|
784
790
|
return [
|
|
785
|
-
`Deposit ${
|
|
791
|
+
`Deposit ${lstSymbol} into the vault`,
|
|
786
792
|
`The vault manager loops the ${underlyingSymbol} to buy ${lstSymbol}`,
|
|
787
793
|
`The vault manager collateralizes the ${lstSymbol} on Vesu`,
|
|
788
794
|
`The vault manager borrows more ${underlyingSymbol} to loop further`,
|