@strkfarm/sdk 2.0.0-staging.10 → 2.0.0-staging.12
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 +20 -10
- package/dist/index.browser.mjs +20 -10
- package/dist/index.d.ts +1 -1
- package/dist/index.js +20 -10
- package/dist/index.mjs +20 -10
- package/package.json +1 -1
- package/src/interfaces/common.tsx +1 -1
- package/src/strategies/ekubo-cl-vault.tsx +1 -1
- package/src/strategies/sensei.ts +5 -0
- package/src/strategies/universal-lst-muliplier-strategy.tsx +6 -1
|
@@ -90517,7 +90517,7 @@ spurious results.`);
|
|
|
90517
90517
|
return Network3;
|
|
90518
90518
|
})(Network2 || {});
|
|
90519
90519
|
var StrategyTag = /* @__PURE__ */ ((StrategyTag3) => {
|
|
90520
|
-
StrategyTag3["META_VAULT"] = "Meta
|
|
90520
|
+
StrategyTag3["META_VAULT"] = "Meta Vaults";
|
|
90521
90521
|
StrategyTag3["LEVERED"] = "Maxx";
|
|
90522
90522
|
StrategyTag3["AUTOMATED_LP"] = "Ekubo";
|
|
90523
90523
|
StrategyTag3["BTC"] = "BTC";
|
|
@@ -90575,7 +90575,7 @@ spurious results.`);
|
|
|
90575
90575
|
}
|
|
90576
90576
|
var getStrategyTagDesciption = (tag) => {
|
|
90577
90577
|
switch (tag) {
|
|
90578
|
-
case "Meta
|
|
90578
|
+
case "Meta Vaults" /* META_VAULT */:
|
|
90579
90579
|
return "A meta vault is a vault that auto allocates funds to multiple vaults based on optimal yield opportunities";
|
|
90580
90580
|
case "Maxx" /* LEVERED */:
|
|
90581
90581
|
return "Looping vaults on Endur LSTs with leveraged borrowing of STRK or BTC to increase yield (2-4x higher yield than simply staking)";
|
|
@@ -105337,7 +105337,7 @@ spurious results.`);
|
|
|
105337
105337
|
},
|
|
105338
105338
|
faqs: getLSTFAQs("xSTRK"),
|
|
105339
105339
|
points: [{
|
|
105340
|
-
multiplier:
|
|
105340
|
+
multiplier: 15,
|
|
105341
105341
|
logo: "https://endur.fi/favicon.ico",
|
|
105342
105342
|
toolTip: "This strategy holds xSTRK and STRK tokens. Earn 1x Endur points on your xSTRK portion of Liquidity. STRK portion will earn Endur's DEX Bonus points. Points can be found on endur.fi."
|
|
105343
105343
|
}],
|
|
@@ -115831,7 +115831,12 @@ spurious results.`);
|
|
|
115831
115831
|
},
|
|
115832
115832
|
redemptionInfo: {
|
|
115833
115833
|
instantWithdrawalVault: "Yes" /* YES */
|
|
115834
|
-
}
|
|
115834
|
+
},
|
|
115835
|
+
points: [{
|
|
115836
|
+
multiplier: 4,
|
|
115837
|
+
logo: "https://endur.fi/favicon.ico",
|
|
115838
|
+
toolTip: "This strategy holds xSTRK. Earn 3-4x Endur points on your xSTRK due to the leverage. Points can be found on endur.fi."
|
|
115839
|
+
}]
|
|
115835
115840
|
}
|
|
115836
115841
|
];
|
|
115837
115842
|
|
|
@@ -119269,7 +119274,7 @@ spurious results.`);
|
|
|
119269
119274
|
token2Symbol: "ETH",
|
|
119270
119275
|
maxTVLDecimals: 6,
|
|
119271
119276
|
allowedSources: ["vesu", "extended"],
|
|
119272
|
-
tags: ["Meta
|
|
119277
|
+
tags: ["Meta Vaults" /* META_VAULT */]
|
|
119273
119278
|
}),
|
|
119274
119279
|
createUniversalStrategy({
|
|
119275
119280
|
tokenSymbol: "WBTC",
|
|
@@ -119279,7 +119284,7 @@ spurious results.`);
|
|
|
119279
119284
|
token2Symbol: "ETH",
|
|
119280
119285
|
maxTVLDecimals: 8,
|
|
119281
119286
|
allowedSources: ["vesu", "endur", "extended"],
|
|
119282
|
-
tags: ["BTC" /* BTC */, "Meta
|
|
119287
|
+
tags: ["BTC" /* BTC */, "Meta Vaults" /* META_VAULT */]
|
|
119283
119288
|
}),
|
|
119284
119289
|
createUniversalStrategy({
|
|
119285
119290
|
tokenSymbol: "ETH",
|
|
@@ -119289,7 +119294,7 @@ spurious results.`);
|
|
|
119289
119294
|
token2Symbol: "WBTC",
|
|
119290
119295
|
maxTVLDecimals: 18,
|
|
119291
119296
|
allowedSources: ["vesu", "extended"],
|
|
119292
|
-
tags: ["Meta
|
|
119297
|
+
tags: ["Meta Vaults" /* META_VAULT */]
|
|
119293
119298
|
}),
|
|
119294
119299
|
createUniversalStrategy({
|
|
119295
119300
|
tokenSymbol: "STRK",
|
|
@@ -119299,7 +119304,7 @@ spurious results.`);
|
|
|
119299
119304
|
token2Symbol: "ETH",
|
|
119300
119305
|
maxTVLDecimals: 18,
|
|
119301
119306
|
allowedSources: ["vesu", "endur", "extended"],
|
|
119302
|
-
tags: ["Meta
|
|
119307
|
+
tags: ["Meta Vaults" /* META_VAULT */]
|
|
119303
119308
|
}),
|
|
119304
119309
|
createUniversalStrategy({
|
|
119305
119310
|
tokenSymbol: "USDT",
|
|
@@ -119309,7 +119314,7 @@ spurious results.`);
|
|
|
119309
119314
|
token2Symbol: "ETH",
|
|
119310
119315
|
maxTVLDecimals: 6,
|
|
119311
119316
|
allowedSources: ["vesu"],
|
|
119312
|
-
tags: ["Meta
|
|
119317
|
+
tags: ["Meta Vaults" /* META_VAULT */]
|
|
119313
119318
|
})
|
|
119314
119319
|
];
|
|
119315
119320
|
|
|
@@ -120352,7 +120357,12 @@ spurious results.`);
|
|
|
120352
120357
|
apyMethodology: "Current annualized APY in terms of base asset of the LST. There is no additional fee taken by Troves on LST APY. We charge a 10% performance fee on the additional gain which is already accounted in the APY shown.",
|
|
120353
120358
|
tags: lstSymbol.includes("BTC") ? ["BTC" /* BTC */, "Maxx" /* LEVERED */] : ["Maxx" /* LEVERED */],
|
|
120354
120359
|
security: HYPER_LST_SECURITY,
|
|
120355
|
-
redemptionInfo: HYPER_LST_REDEMPTION_INFO
|
|
120360
|
+
redemptionInfo: HYPER_LST_REDEMPTION_INFO,
|
|
120361
|
+
points: [{
|
|
120362
|
+
multiplier: 4,
|
|
120363
|
+
logo: "https://endur.fi/favicon.ico",
|
|
120364
|
+
toolTip: "This strategy holds xSTRK. Earn 3-4x Endur points on your xSTRK due to the leverage. Points can be found on endur.fi."
|
|
120365
|
+
}]
|
|
120356
120366
|
};
|
|
120357
120367
|
}
|
|
120358
120368
|
var HyperLSTStrategies = [
|
package/dist/index.browser.mjs
CHANGED
|
@@ -3091,7 +3091,7 @@ var Network = /* @__PURE__ */ ((Network2) => {
|
|
|
3091
3091
|
return Network2;
|
|
3092
3092
|
})(Network || {});
|
|
3093
3093
|
var StrategyTag = /* @__PURE__ */ ((StrategyTag3) => {
|
|
3094
|
-
StrategyTag3["META_VAULT"] = "Meta
|
|
3094
|
+
StrategyTag3["META_VAULT"] = "Meta Vaults";
|
|
3095
3095
|
StrategyTag3["LEVERED"] = "Maxx";
|
|
3096
3096
|
StrategyTag3["AUTOMATED_LP"] = "Ekubo";
|
|
3097
3097
|
StrategyTag3["BTC"] = "BTC";
|
|
@@ -3149,7 +3149,7 @@ function getMainnetConfig(rpcUrl = "https://starknet-mainnet.public.blastapi.io"
|
|
|
3149
3149
|
}
|
|
3150
3150
|
var getStrategyTagDesciption = (tag) => {
|
|
3151
3151
|
switch (tag) {
|
|
3152
|
-
case "Meta
|
|
3152
|
+
case "Meta Vaults" /* META_VAULT */:
|
|
3153
3153
|
return "A meta vault is a vault that auto allocates funds to multiple vaults based on optimal yield opportunities";
|
|
3154
3154
|
case "Maxx" /* LEVERED */:
|
|
3155
3155
|
return "Looping vaults on Endur LSTs with leveraged borrowing of STRK or BTC to increase yield (2-4x higher yield than simply staking)";
|
|
@@ -17928,7 +17928,7 @@ var xSTRKSTRK = {
|
|
|
17928
17928
|
},
|
|
17929
17929
|
faqs: getLSTFAQs("xSTRK"),
|
|
17930
17930
|
points: [{
|
|
17931
|
-
multiplier:
|
|
17931
|
+
multiplier: 15,
|
|
17932
17932
|
logo: "https://endur.fi/favicon.ico",
|
|
17933
17933
|
toolTip: "This strategy holds xSTRK and STRK tokens. Earn 1x Endur points on your xSTRK portion of Liquidity. STRK portion will earn Endur's DEX Bonus points. Points can be found on endur.fi."
|
|
17934
17934
|
}],
|
|
@@ -28429,7 +28429,12 @@ var SenseiStrategies = [
|
|
|
28429
28429
|
},
|
|
28430
28430
|
redemptionInfo: {
|
|
28431
28431
|
instantWithdrawalVault: "Yes" /* YES */
|
|
28432
|
-
}
|
|
28432
|
+
},
|
|
28433
|
+
points: [{
|
|
28434
|
+
multiplier: 4,
|
|
28435
|
+
logo: "https://endur.fi/favicon.ico",
|
|
28436
|
+
toolTip: "This strategy holds xSTRK. Earn 3-4x Endur points on your xSTRK due to the leverage. Points can be found on endur.fi."
|
|
28437
|
+
}]
|
|
28433
28438
|
}
|
|
28434
28439
|
];
|
|
28435
28440
|
|
|
@@ -31871,7 +31876,7 @@ var UniversalStrategies = [
|
|
|
31871
31876
|
token2Symbol: "ETH",
|
|
31872
31877
|
maxTVLDecimals: 6,
|
|
31873
31878
|
allowedSources: ["vesu", "extended"],
|
|
31874
|
-
tags: ["Meta
|
|
31879
|
+
tags: ["Meta Vaults" /* META_VAULT */]
|
|
31875
31880
|
}),
|
|
31876
31881
|
createUniversalStrategy({
|
|
31877
31882
|
tokenSymbol: "WBTC",
|
|
@@ -31881,7 +31886,7 @@ var UniversalStrategies = [
|
|
|
31881
31886
|
token2Symbol: "ETH",
|
|
31882
31887
|
maxTVLDecimals: 8,
|
|
31883
31888
|
allowedSources: ["vesu", "endur", "extended"],
|
|
31884
|
-
tags: ["BTC" /* BTC */, "Meta
|
|
31889
|
+
tags: ["BTC" /* BTC */, "Meta Vaults" /* META_VAULT */]
|
|
31885
31890
|
}),
|
|
31886
31891
|
createUniversalStrategy({
|
|
31887
31892
|
tokenSymbol: "ETH",
|
|
@@ -31891,7 +31896,7 @@ var UniversalStrategies = [
|
|
|
31891
31896
|
token2Symbol: "WBTC",
|
|
31892
31897
|
maxTVLDecimals: 18,
|
|
31893
31898
|
allowedSources: ["vesu", "extended"],
|
|
31894
|
-
tags: ["Meta
|
|
31899
|
+
tags: ["Meta Vaults" /* META_VAULT */]
|
|
31895
31900
|
}),
|
|
31896
31901
|
createUniversalStrategy({
|
|
31897
31902
|
tokenSymbol: "STRK",
|
|
@@ -31901,7 +31906,7 @@ var UniversalStrategies = [
|
|
|
31901
31906
|
token2Symbol: "ETH",
|
|
31902
31907
|
maxTVLDecimals: 18,
|
|
31903
31908
|
allowedSources: ["vesu", "endur", "extended"],
|
|
31904
|
-
tags: ["Meta
|
|
31909
|
+
tags: ["Meta Vaults" /* META_VAULT */]
|
|
31905
31910
|
}),
|
|
31906
31911
|
createUniversalStrategy({
|
|
31907
31912
|
tokenSymbol: "USDT",
|
|
@@ -31911,7 +31916,7 @@ var UniversalStrategies = [
|
|
|
31911
31916
|
token2Symbol: "ETH",
|
|
31912
31917
|
maxTVLDecimals: 6,
|
|
31913
31918
|
allowedSources: ["vesu"],
|
|
31914
|
-
tags: ["Meta
|
|
31919
|
+
tags: ["Meta Vaults" /* META_VAULT */]
|
|
31915
31920
|
})
|
|
31916
31921
|
];
|
|
31917
31922
|
|
|
@@ -32957,7 +32962,12 @@ function getStrategySettings(lstSymbol, underlyingSymbol, addresses, isPreview =
|
|
|
32957
32962
|
apyMethodology: "Current annualized APY in terms of base asset of the LST. There is no additional fee taken by Troves on LST APY. We charge a 10% performance fee on the additional gain which is already accounted in the APY shown.",
|
|
32958
32963
|
tags: lstSymbol.includes("BTC") ? ["BTC" /* BTC */, "Maxx" /* LEVERED */] : ["Maxx" /* LEVERED */],
|
|
32959
32964
|
security: HYPER_LST_SECURITY,
|
|
32960
|
-
redemptionInfo: HYPER_LST_REDEMPTION_INFO
|
|
32965
|
+
redemptionInfo: HYPER_LST_REDEMPTION_INFO,
|
|
32966
|
+
points: [{
|
|
32967
|
+
multiplier: 4,
|
|
32968
|
+
logo: "https://endur.fi/favicon.ico",
|
|
32969
|
+
toolTip: "This strategy holds xSTRK. Earn 3-4x Endur points on your xSTRK due to the leverage. Points can be found on endur.fi."
|
|
32970
|
+
}]
|
|
32961
32971
|
};
|
|
32962
32972
|
}
|
|
32963
32973
|
var HyperLSTStrategies = [
|
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -3126,7 +3126,7 @@ var Network = /* @__PURE__ */ ((Network2) => {
|
|
|
3126
3126
|
return Network2;
|
|
3127
3127
|
})(Network || {});
|
|
3128
3128
|
var StrategyTag = /* @__PURE__ */ ((StrategyTag3) => {
|
|
3129
|
-
StrategyTag3["META_VAULT"] = "Meta
|
|
3129
|
+
StrategyTag3["META_VAULT"] = "Meta Vaults";
|
|
3130
3130
|
StrategyTag3["LEVERED"] = "Maxx";
|
|
3131
3131
|
StrategyTag3["AUTOMATED_LP"] = "Ekubo";
|
|
3132
3132
|
StrategyTag3["BTC"] = "BTC";
|
|
@@ -3184,7 +3184,7 @@ function getMainnetConfig(rpcUrl = "https://starknet-mainnet.public.blastapi.io"
|
|
|
3184
3184
|
}
|
|
3185
3185
|
var getStrategyTagDesciption = (tag) => {
|
|
3186
3186
|
switch (tag) {
|
|
3187
|
-
case "Meta
|
|
3187
|
+
case "Meta Vaults" /* META_VAULT */:
|
|
3188
3188
|
return "A meta vault is a vault that auto allocates funds to multiple vaults based on optimal yield opportunities";
|
|
3189
3189
|
case "Maxx" /* LEVERED */:
|
|
3190
3190
|
return "Looping vaults on Endur LSTs with leveraged borrowing of STRK or BTC to increase yield (2-4x higher yield than simply staking)";
|
|
@@ -17959,7 +17959,7 @@ var xSTRKSTRK = {
|
|
|
17959
17959
|
},
|
|
17960
17960
|
faqs: getLSTFAQs("xSTRK"),
|
|
17961
17961
|
points: [{
|
|
17962
|
-
multiplier:
|
|
17962
|
+
multiplier: 15,
|
|
17963
17963
|
logo: "https://endur.fi/favicon.ico",
|
|
17964
17964
|
toolTip: "This strategy holds xSTRK and STRK tokens. Earn 1x Endur points on your xSTRK portion of Liquidity. STRK portion will earn Endur's DEX Bonus points. Points can be found on endur.fi."
|
|
17965
17965
|
}],
|
|
@@ -28561,7 +28561,12 @@ var SenseiStrategies = [
|
|
|
28561
28561
|
},
|
|
28562
28562
|
redemptionInfo: {
|
|
28563
28563
|
instantWithdrawalVault: "Yes" /* YES */
|
|
28564
|
-
}
|
|
28564
|
+
},
|
|
28565
|
+
points: [{
|
|
28566
|
+
multiplier: 4,
|
|
28567
|
+
logo: "https://endur.fi/favicon.ico",
|
|
28568
|
+
toolTip: "This strategy holds xSTRK. Earn 3-4x Endur points on your xSTRK due to the leverage. Points can be found on endur.fi."
|
|
28569
|
+
}]
|
|
28565
28570
|
}
|
|
28566
28571
|
];
|
|
28567
28572
|
|
|
@@ -32003,7 +32008,7 @@ var UniversalStrategies = [
|
|
|
32003
32008
|
token2Symbol: "ETH",
|
|
32004
32009
|
maxTVLDecimals: 6,
|
|
32005
32010
|
allowedSources: ["vesu", "extended"],
|
|
32006
|
-
tags: ["Meta
|
|
32011
|
+
tags: ["Meta Vaults" /* META_VAULT */]
|
|
32007
32012
|
}),
|
|
32008
32013
|
createUniversalStrategy({
|
|
32009
32014
|
tokenSymbol: "WBTC",
|
|
@@ -32013,7 +32018,7 @@ var UniversalStrategies = [
|
|
|
32013
32018
|
token2Symbol: "ETH",
|
|
32014
32019
|
maxTVLDecimals: 8,
|
|
32015
32020
|
allowedSources: ["vesu", "endur", "extended"],
|
|
32016
|
-
tags: ["BTC" /* BTC */, "Meta
|
|
32021
|
+
tags: ["BTC" /* BTC */, "Meta Vaults" /* META_VAULT */]
|
|
32017
32022
|
}),
|
|
32018
32023
|
createUniversalStrategy({
|
|
32019
32024
|
tokenSymbol: "ETH",
|
|
@@ -32023,7 +32028,7 @@ var UniversalStrategies = [
|
|
|
32023
32028
|
token2Symbol: "WBTC",
|
|
32024
32029
|
maxTVLDecimals: 18,
|
|
32025
32030
|
allowedSources: ["vesu", "extended"],
|
|
32026
|
-
tags: ["Meta
|
|
32031
|
+
tags: ["Meta Vaults" /* META_VAULT */]
|
|
32027
32032
|
}),
|
|
32028
32033
|
createUniversalStrategy({
|
|
32029
32034
|
tokenSymbol: "STRK",
|
|
@@ -32033,7 +32038,7 @@ var UniversalStrategies = [
|
|
|
32033
32038
|
token2Symbol: "ETH",
|
|
32034
32039
|
maxTVLDecimals: 18,
|
|
32035
32040
|
allowedSources: ["vesu", "endur", "extended"],
|
|
32036
|
-
tags: ["Meta
|
|
32041
|
+
tags: ["Meta Vaults" /* META_VAULT */]
|
|
32037
32042
|
}),
|
|
32038
32043
|
createUniversalStrategy({
|
|
32039
32044
|
tokenSymbol: "USDT",
|
|
@@ -32043,7 +32048,7 @@ var UniversalStrategies = [
|
|
|
32043
32048
|
token2Symbol: "ETH",
|
|
32044
32049
|
maxTVLDecimals: 6,
|
|
32045
32050
|
allowedSources: ["vesu"],
|
|
32046
|
-
tags: ["Meta
|
|
32051
|
+
tags: ["Meta Vaults" /* META_VAULT */]
|
|
32047
32052
|
})
|
|
32048
32053
|
];
|
|
32049
32054
|
|
|
@@ -33089,7 +33094,12 @@ function getStrategySettings(lstSymbol, underlyingSymbol, addresses, isPreview =
|
|
|
33089
33094
|
apyMethodology: "Current annualized APY in terms of base asset of the LST. There is no additional fee taken by Troves on LST APY. We charge a 10% performance fee on the additional gain which is already accounted in the APY shown.",
|
|
33090
33095
|
tags: lstSymbol.includes("BTC") ? ["BTC" /* BTC */, "Maxx" /* LEVERED */] : ["Maxx" /* LEVERED */],
|
|
33091
33096
|
security: HYPER_LST_SECURITY,
|
|
33092
|
-
redemptionInfo: HYPER_LST_REDEMPTION_INFO
|
|
33097
|
+
redemptionInfo: HYPER_LST_REDEMPTION_INFO,
|
|
33098
|
+
points: [{
|
|
33099
|
+
multiplier: 4,
|
|
33100
|
+
logo: "https://endur.fi/favicon.ico",
|
|
33101
|
+
toolTip: "This strategy holds xSTRK. Earn 3-4x Endur points on your xSTRK due to the leverage. Points can be found on endur.fi."
|
|
33102
|
+
}]
|
|
33093
33103
|
};
|
|
33094
33104
|
}
|
|
33095
33105
|
var HyperLSTStrategies = [
|
package/dist/index.mjs
CHANGED
|
@@ -2993,7 +2993,7 @@ var Network = /* @__PURE__ */ ((Network2) => {
|
|
|
2993
2993
|
return Network2;
|
|
2994
2994
|
})(Network || {});
|
|
2995
2995
|
var StrategyTag = /* @__PURE__ */ ((StrategyTag3) => {
|
|
2996
|
-
StrategyTag3["META_VAULT"] = "Meta
|
|
2996
|
+
StrategyTag3["META_VAULT"] = "Meta Vaults";
|
|
2997
2997
|
StrategyTag3["LEVERED"] = "Maxx";
|
|
2998
2998
|
StrategyTag3["AUTOMATED_LP"] = "Ekubo";
|
|
2999
2999
|
StrategyTag3["BTC"] = "BTC";
|
|
@@ -3051,7 +3051,7 @@ function getMainnetConfig(rpcUrl = "https://starknet-mainnet.public.blastapi.io"
|
|
|
3051
3051
|
}
|
|
3052
3052
|
var getStrategyTagDesciption = (tag) => {
|
|
3053
3053
|
switch (tag) {
|
|
3054
|
-
case "Meta
|
|
3054
|
+
case "Meta Vaults" /* META_VAULT */:
|
|
3055
3055
|
return "A meta vault is a vault that auto allocates funds to multiple vaults based on optimal yield opportunities";
|
|
3056
3056
|
case "Maxx" /* LEVERED */:
|
|
3057
3057
|
return "Looping vaults on Endur LSTs with leveraged borrowing of STRK or BTC to increase yield (2-4x higher yield than simply staking)";
|
|
@@ -17830,7 +17830,7 @@ var xSTRKSTRK = {
|
|
|
17830
17830
|
},
|
|
17831
17831
|
faqs: getLSTFAQs("xSTRK"),
|
|
17832
17832
|
points: [{
|
|
17833
|
-
multiplier:
|
|
17833
|
+
multiplier: 15,
|
|
17834
17834
|
logo: "https://endur.fi/favicon.ico",
|
|
17835
17835
|
toolTip: "This strategy holds xSTRK and STRK tokens. Earn 1x Endur points on your xSTRK portion of Liquidity. STRK portion will earn Endur's DEX Bonus points. Points can be found on endur.fi."
|
|
17836
17836
|
}],
|
|
@@ -28432,7 +28432,12 @@ var SenseiStrategies = [
|
|
|
28432
28432
|
},
|
|
28433
28433
|
redemptionInfo: {
|
|
28434
28434
|
instantWithdrawalVault: "Yes" /* YES */
|
|
28435
|
-
}
|
|
28435
|
+
},
|
|
28436
|
+
points: [{
|
|
28437
|
+
multiplier: 4,
|
|
28438
|
+
logo: "https://endur.fi/favicon.ico",
|
|
28439
|
+
toolTip: "This strategy holds xSTRK. Earn 3-4x Endur points on your xSTRK due to the leverage. Points can be found on endur.fi."
|
|
28440
|
+
}]
|
|
28436
28441
|
}
|
|
28437
28442
|
];
|
|
28438
28443
|
|
|
@@ -31874,7 +31879,7 @@ var UniversalStrategies = [
|
|
|
31874
31879
|
token2Symbol: "ETH",
|
|
31875
31880
|
maxTVLDecimals: 6,
|
|
31876
31881
|
allowedSources: ["vesu", "extended"],
|
|
31877
|
-
tags: ["Meta
|
|
31882
|
+
tags: ["Meta Vaults" /* META_VAULT */]
|
|
31878
31883
|
}),
|
|
31879
31884
|
createUniversalStrategy({
|
|
31880
31885
|
tokenSymbol: "WBTC",
|
|
@@ -31884,7 +31889,7 @@ var UniversalStrategies = [
|
|
|
31884
31889
|
token2Symbol: "ETH",
|
|
31885
31890
|
maxTVLDecimals: 8,
|
|
31886
31891
|
allowedSources: ["vesu", "endur", "extended"],
|
|
31887
|
-
tags: ["BTC" /* BTC */, "Meta
|
|
31892
|
+
tags: ["BTC" /* BTC */, "Meta Vaults" /* META_VAULT */]
|
|
31888
31893
|
}),
|
|
31889
31894
|
createUniversalStrategy({
|
|
31890
31895
|
tokenSymbol: "ETH",
|
|
@@ -31894,7 +31899,7 @@ var UniversalStrategies = [
|
|
|
31894
31899
|
token2Symbol: "WBTC",
|
|
31895
31900
|
maxTVLDecimals: 18,
|
|
31896
31901
|
allowedSources: ["vesu", "extended"],
|
|
31897
|
-
tags: ["Meta
|
|
31902
|
+
tags: ["Meta Vaults" /* META_VAULT */]
|
|
31898
31903
|
}),
|
|
31899
31904
|
createUniversalStrategy({
|
|
31900
31905
|
tokenSymbol: "STRK",
|
|
@@ -31904,7 +31909,7 @@ var UniversalStrategies = [
|
|
|
31904
31909
|
token2Symbol: "ETH",
|
|
31905
31910
|
maxTVLDecimals: 18,
|
|
31906
31911
|
allowedSources: ["vesu", "endur", "extended"],
|
|
31907
|
-
tags: ["Meta
|
|
31912
|
+
tags: ["Meta Vaults" /* META_VAULT */]
|
|
31908
31913
|
}),
|
|
31909
31914
|
createUniversalStrategy({
|
|
31910
31915
|
tokenSymbol: "USDT",
|
|
@@ -31914,7 +31919,7 @@ var UniversalStrategies = [
|
|
|
31914
31919
|
token2Symbol: "ETH",
|
|
31915
31920
|
maxTVLDecimals: 6,
|
|
31916
31921
|
allowedSources: ["vesu"],
|
|
31917
|
-
tags: ["Meta
|
|
31922
|
+
tags: ["Meta Vaults" /* META_VAULT */]
|
|
31918
31923
|
})
|
|
31919
31924
|
];
|
|
31920
31925
|
|
|
@@ -32960,7 +32965,12 @@ function getStrategySettings(lstSymbol, underlyingSymbol, addresses, isPreview =
|
|
|
32960
32965
|
apyMethodology: "Current annualized APY in terms of base asset of the LST. There is no additional fee taken by Troves on LST APY. We charge a 10% performance fee on the additional gain which is already accounted in the APY shown.",
|
|
32961
32966
|
tags: lstSymbol.includes("BTC") ? ["BTC" /* BTC */, "Maxx" /* LEVERED */] : ["Maxx" /* LEVERED */],
|
|
32962
32967
|
security: HYPER_LST_SECURITY,
|
|
32963
|
-
redemptionInfo: HYPER_LST_REDEMPTION_INFO
|
|
32968
|
+
redemptionInfo: HYPER_LST_REDEMPTION_INFO,
|
|
32969
|
+
points: [{
|
|
32970
|
+
multiplier: 4,
|
|
32971
|
+
logo: "https://endur.fi/favicon.ico",
|
|
32972
|
+
toolTip: "This strategy holds xSTRK. Earn 3-4x Endur points on your xSTRK due to the leverage. Points can be found on endur.fi."
|
|
32973
|
+
}]
|
|
32964
32974
|
};
|
|
32965
32975
|
}
|
|
32966
32976
|
var HyperLSTStrategies = [
|
package/package.json
CHANGED
|
@@ -2404,7 +2404,7 @@ const xSTRKSTRK: IStrategyMetadata<CLVaultStrategySettings> = {
|
|
|
2404
2404
|
},
|
|
2405
2405
|
faqs: getLSTFAQs("xSTRK"),
|
|
2406
2406
|
points: [{
|
|
2407
|
-
multiplier:
|
|
2407
|
+
multiplier: 15,
|
|
2408
2408
|
logo: 'https://endur.fi/favicon.ico',
|
|
2409
2409
|
toolTip: "This strategy holds xSTRK and STRK tokens. Earn 1x Endur points on your xSTRK portion of Liquidity. STRK portion will earn Endur's DEX Bonus points. Points can be found on endur.fi.",
|
|
2410
2410
|
}],
|
package/src/strategies/sensei.ts
CHANGED
|
@@ -644,5 +644,10 @@ export const SenseiStrategies: IStrategyMetadata<SenseiVaultSettings>[] =
|
|
|
644
644
|
redemptionInfo: {
|
|
645
645
|
instantWithdrawalVault: InstantWithdrawalVault.YES,
|
|
646
646
|
},
|
|
647
|
+
points: [{
|
|
648
|
+
multiplier: 4,
|
|
649
|
+
logo: 'https://endur.fi/favicon.ico',
|
|
650
|
+
toolTip: "This strategy holds xSTRK. Earn 3-4x Endur points on your xSTRK due to the leverage. Points can be found on endur.fi.",
|
|
651
|
+
}]
|
|
647
652
|
},
|
|
648
653
|
];
|
|
@@ -1307,7 +1307,12 @@ function getStrategySettings(
|
|
|
1307
1307
|
"Current annualized APY in terms of base asset of the LST. There is no additional fee taken by Troves on LST APY. We charge a 10% performance fee on the additional gain which is already accounted in the APY shown.",
|
|
1308
1308
|
tags: lstSymbol.includes('BTC') ? [StrategyTag.BTC, StrategyTag.LEVERED] : [StrategyTag.LEVERED],
|
|
1309
1309
|
security: HYPER_LST_SECURITY,
|
|
1310
|
-
redemptionInfo: HYPER_LST_REDEMPTION_INFO
|
|
1310
|
+
redemptionInfo: HYPER_LST_REDEMPTION_INFO,
|
|
1311
|
+
points: [{
|
|
1312
|
+
multiplier: 4,
|
|
1313
|
+
logo: 'https://endur.fi/favicon.ico',
|
|
1314
|
+
toolTip: "This strategy holds xSTRK. Earn 3-4x Endur points on your xSTRK due to the leverage. Points can be found on endur.fi.",
|
|
1315
|
+
}]
|
|
1311
1316
|
};
|
|
1312
1317
|
}
|
|
1313
1318
|
|