@strkfarm/sdk 2.0.0-staging.10 → 2.0.0-staging.11
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 +7 -7
- package/dist/index.browser.mjs +7 -7
- package/dist/index.d.ts +1 -1
- package/dist/index.js +7 -7
- package/dist/index.mjs +7 -7
- package/package.json +1 -1
- package/src/interfaces/common.tsx +1 -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)";
|
|
@@ -119269,7 +119269,7 @@ spurious results.`);
|
|
|
119269
119269
|
token2Symbol: "ETH",
|
|
119270
119270
|
maxTVLDecimals: 6,
|
|
119271
119271
|
allowedSources: ["vesu", "extended"],
|
|
119272
|
-
tags: ["Meta
|
|
119272
|
+
tags: ["Meta Vaults" /* META_VAULT */]
|
|
119273
119273
|
}),
|
|
119274
119274
|
createUniversalStrategy({
|
|
119275
119275
|
tokenSymbol: "WBTC",
|
|
@@ -119279,7 +119279,7 @@ spurious results.`);
|
|
|
119279
119279
|
token2Symbol: "ETH",
|
|
119280
119280
|
maxTVLDecimals: 8,
|
|
119281
119281
|
allowedSources: ["vesu", "endur", "extended"],
|
|
119282
|
-
tags: ["BTC" /* BTC */, "Meta
|
|
119282
|
+
tags: ["BTC" /* BTC */, "Meta Vaults" /* META_VAULT */]
|
|
119283
119283
|
}),
|
|
119284
119284
|
createUniversalStrategy({
|
|
119285
119285
|
tokenSymbol: "ETH",
|
|
@@ -119289,7 +119289,7 @@ spurious results.`);
|
|
|
119289
119289
|
token2Symbol: "WBTC",
|
|
119290
119290
|
maxTVLDecimals: 18,
|
|
119291
119291
|
allowedSources: ["vesu", "extended"],
|
|
119292
|
-
tags: ["Meta
|
|
119292
|
+
tags: ["Meta Vaults" /* META_VAULT */]
|
|
119293
119293
|
}),
|
|
119294
119294
|
createUniversalStrategy({
|
|
119295
119295
|
tokenSymbol: "STRK",
|
|
@@ -119299,7 +119299,7 @@ spurious results.`);
|
|
|
119299
119299
|
token2Symbol: "ETH",
|
|
119300
119300
|
maxTVLDecimals: 18,
|
|
119301
119301
|
allowedSources: ["vesu", "endur", "extended"],
|
|
119302
|
-
tags: ["Meta
|
|
119302
|
+
tags: ["Meta Vaults" /* META_VAULT */]
|
|
119303
119303
|
}),
|
|
119304
119304
|
createUniversalStrategy({
|
|
119305
119305
|
tokenSymbol: "USDT",
|
|
@@ -119309,7 +119309,7 @@ spurious results.`);
|
|
|
119309
119309
|
token2Symbol: "ETH",
|
|
119310
119310
|
maxTVLDecimals: 6,
|
|
119311
119311
|
allowedSources: ["vesu"],
|
|
119312
|
-
tags: ["Meta
|
|
119312
|
+
tags: ["Meta Vaults" /* META_VAULT */]
|
|
119313
119313
|
})
|
|
119314
119314
|
];
|
|
119315
119315
|
|
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)";
|
|
@@ -31871,7 +31871,7 @@ var UniversalStrategies = [
|
|
|
31871
31871
|
token2Symbol: "ETH",
|
|
31872
31872
|
maxTVLDecimals: 6,
|
|
31873
31873
|
allowedSources: ["vesu", "extended"],
|
|
31874
|
-
tags: ["Meta
|
|
31874
|
+
tags: ["Meta Vaults" /* META_VAULT */]
|
|
31875
31875
|
}),
|
|
31876
31876
|
createUniversalStrategy({
|
|
31877
31877
|
tokenSymbol: "WBTC",
|
|
@@ -31881,7 +31881,7 @@ var UniversalStrategies = [
|
|
|
31881
31881
|
token2Symbol: "ETH",
|
|
31882
31882
|
maxTVLDecimals: 8,
|
|
31883
31883
|
allowedSources: ["vesu", "endur", "extended"],
|
|
31884
|
-
tags: ["BTC" /* BTC */, "Meta
|
|
31884
|
+
tags: ["BTC" /* BTC */, "Meta Vaults" /* META_VAULT */]
|
|
31885
31885
|
}),
|
|
31886
31886
|
createUniversalStrategy({
|
|
31887
31887
|
tokenSymbol: "ETH",
|
|
@@ -31891,7 +31891,7 @@ var UniversalStrategies = [
|
|
|
31891
31891
|
token2Symbol: "WBTC",
|
|
31892
31892
|
maxTVLDecimals: 18,
|
|
31893
31893
|
allowedSources: ["vesu", "extended"],
|
|
31894
|
-
tags: ["Meta
|
|
31894
|
+
tags: ["Meta Vaults" /* META_VAULT */]
|
|
31895
31895
|
}),
|
|
31896
31896
|
createUniversalStrategy({
|
|
31897
31897
|
tokenSymbol: "STRK",
|
|
@@ -31901,7 +31901,7 @@ var UniversalStrategies = [
|
|
|
31901
31901
|
token2Symbol: "ETH",
|
|
31902
31902
|
maxTVLDecimals: 18,
|
|
31903
31903
|
allowedSources: ["vesu", "endur", "extended"],
|
|
31904
|
-
tags: ["Meta
|
|
31904
|
+
tags: ["Meta Vaults" /* META_VAULT */]
|
|
31905
31905
|
}),
|
|
31906
31906
|
createUniversalStrategy({
|
|
31907
31907
|
tokenSymbol: "USDT",
|
|
@@ -31911,7 +31911,7 @@ var UniversalStrategies = [
|
|
|
31911
31911
|
token2Symbol: "ETH",
|
|
31912
31912
|
maxTVLDecimals: 6,
|
|
31913
31913
|
allowedSources: ["vesu"],
|
|
31914
|
-
tags: ["Meta
|
|
31914
|
+
tags: ["Meta Vaults" /* META_VAULT */]
|
|
31915
31915
|
})
|
|
31916
31916
|
];
|
|
31917
31917
|
|
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)";
|
|
@@ -32003,7 +32003,7 @@ var UniversalStrategies = [
|
|
|
32003
32003
|
token2Symbol: "ETH",
|
|
32004
32004
|
maxTVLDecimals: 6,
|
|
32005
32005
|
allowedSources: ["vesu", "extended"],
|
|
32006
|
-
tags: ["Meta
|
|
32006
|
+
tags: ["Meta Vaults" /* META_VAULT */]
|
|
32007
32007
|
}),
|
|
32008
32008
|
createUniversalStrategy({
|
|
32009
32009
|
tokenSymbol: "WBTC",
|
|
@@ -32013,7 +32013,7 @@ var UniversalStrategies = [
|
|
|
32013
32013
|
token2Symbol: "ETH",
|
|
32014
32014
|
maxTVLDecimals: 8,
|
|
32015
32015
|
allowedSources: ["vesu", "endur", "extended"],
|
|
32016
|
-
tags: ["BTC" /* BTC */, "Meta
|
|
32016
|
+
tags: ["BTC" /* BTC */, "Meta Vaults" /* META_VAULT */]
|
|
32017
32017
|
}),
|
|
32018
32018
|
createUniversalStrategy({
|
|
32019
32019
|
tokenSymbol: "ETH",
|
|
@@ -32023,7 +32023,7 @@ var UniversalStrategies = [
|
|
|
32023
32023
|
token2Symbol: "WBTC",
|
|
32024
32024
|
maxTVLDecimals: 18,
|
|
32025
32025
|
allowedSources: ["vesu", "extended"],
|
|
32026
|
-
tags: ["Meta
|
|
32026
|
+
tags: ["Meta Vaults" /* META_VAULT */]
|
|
32027
32027
|
}),
|
|
32028
32028
|
createUniversalStrategy({
|
|
32029
32029
|
tokenSymbol: "STRK",
|
|
@@ -32033,7 +32033,7 @@ var UniversalStrategies = [
|
|
|
32033
32033
|
token2Symbol: "ETH",
|
|
32034
32034
|
maxTVLDecimals: 18,
|
|
32035
32035
|
allowedSources: ["vesu", "endur", "extended"],
|
|
32036
|
-
tags: ["Meta
|
|
32036
|
+
tags: ["Meta Vaults" /* META_VAULT */]
|
|
32037
32037
|
}),
|
|
32038
32038
|
createUniversalStrategy({
|
|
32039
32039
|
tokenSymbol: "USDT",
|
|
@@ -32043,7 +32043,7 @@ var UniversalStrategies = [
|
|
|
32043
32043
|
token2Symbol: "ETH",
|
|
32044
32044
|
maxTVLDecimals: 6,
|
|
32045
32045
|
allowedSources: ["vesu"],
|
|
32046
|
-
tags: ["Meta
|
|
32046
|
+
tags: ["Meta Vaults" /* META_VAULT */]
|
|
32047
32047
|
})
|
|
32048
32048
|
];
|
|
32049
32049
|
|
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)";
|
|
@@ -31874,7 +31874,7 @@ var UniversalStrategies = [
|
|
|
31874
31874
|
token2Symbol: "ETH",
|
|
31875
31875
|
maxTVLDecimals: 6,
|
|
31876
31876
|
allowedSources: ["vesu", "extended"],
|
|
31877
|
-
tags: ["Meta
|
|
31877
|
+
tags: ["Meta Vaults" /* META_VAULT */]
|
|
31878
31878
|
}),
|
|
31879
31879
|
createUniversalStrategy({
|
|
31880
31880
|
tokenSymbol: "WBTC",
|
|
@@ -31884,7 +31884,7 @@ var UniversalStrategies = [
|
|
|
31884
31884
|
token2Symbol: "ETH",
|
|
31885
31885
|
maxTVLDecimals: 8,
|
|
31886
31886
|
allowedSources: ["vesu", "endur", "extended"],
|
|
31887
|
-
tags: ["BTC" /* BTC */, "Meta
|
|
31887
|
+
tags: ["BTC" /* BTC */, "Meta Vaults" /* META_VAULT */]
|
|
31888
31888
|
}),
|
|
31889
31889
|
createUniversalStrategy({
|
|
31890
31890
|
tokenSymbol: "ETH",
|
|
@@ -31894,7 +31894,7 @@ var UniversalStrategies = [
|
|
|
31894
31894
|
token2Symbol: "WBTC",
|
|
31895
31895
|
maxTVLDecimals: 18,
|
|
31896
31896
|
allowedSources: ["vesu", "extended"],
|
|
31897
|
-
tags: ["Meta
|
|
31897
|
+
tags: ["Meta Vaults" /* META_VAULT */]
|
|
31898
31898
|
}),
|
|
31899
31899
|
createUniversalStrategy({
|
|
31900
31900
|
tokenSymbol: "STRK",
|
|
@@ -31904,7 +31904,7 @@ var UniversalStrategies = [
|
|
|
31904
31904
|
token2Symbol: "ETH",
|
|
31905
31905
|
maxTVLDecimals: 18,
|
|
31906
31906
|
allowedSources: ["vesu", "endur", "extended"],
|
|
31907
|
-
tags: ["Meta
|
|
31907
|
+
tags: ["Meta Vaults" /* META_VAULT */]
|
|
31908
31908
|
}),
|
|
31909
31909
|
createUniversalStrategy({
|
|
31910
31910
|
tokenSymbol: "USDT",
|
|
@@ -31914,7 +31914,7 @@ var UniversalStrategies = [
|
|
|
31914
31914
|
token2Symbol: "ETH",
|
|
31915
31915
|
maxTVLDecimals: 6,
|
|
31916
31916
|
allowedSources: ["vesu"],
|
|
31917
|
-
tags: ["Meta
|
|
31917
|
+
tags: ["Meta Vaults" /* META_VAULT */]
|
|
31918
31918
|
})
|
|
31919
31919
|
];
|
|
31920
31920
|
|
package/package.json
CHANGED