@strkfarm/sdk 2.0.0-staging.11 → 2.0.0-staging.13

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.
@@ -90524,7 +90524,10 @@ spurious results.`);
90524
90524
  return StrategyTag3;
90525
90525
  })(StrategyTag || {});
90526
90526
  var VaultType = /* @__PURE__ */ ((VaultType2) => {
90527
- VaultType2["FARMING"] = "farming";
90527
+ VaultType2["LOOPING"] = "Looping";
90528
+ VaultType2["META_VAULT"] = "Meta Vault";
90529
+ VaultType2["DELTA_NEUTRAL"] = "Delta Neutral";
90530
+ VaultType2["AUTOMATED_LP"] = "Automated LP";
90528
90531
  return VaultType2;
90529
90532
  })(VaultType || {});
90530
90533
  var AuditStatus = /* @__PURE__ */ ((AuditStatus2) => {
@@ -98561,7 +98564,7 @@ spurious results.`);
98561
98564
  return {
98562
98565
  maxTVL: Web3Number.fromWei("0", depositToken.decimals),
98563
98566
  isPaused: false,
98564
- liveStatus: "Active" /* ACTIVE */,
98567
+ liveStatus: "Deprecated" /* DEPRECATED */,
98565
98568
  isAudited: true,
98566
98569
  isInstantWithdrawal: true,
98567
98570
  quoteToken: depositToken,
@@ -98576,8 +98579,8 @@ spurious results.`);
98576
98579
  launchBlock: 0,
98577
98580
  type: "ERC4626",
98578
98581
  vaultType: {
98579
- type: "farming" /* FARMING */,
98580
- description: "this is a yield farming vault"
98582
+ type: "Meta Vault" /* META_VAULT */,
98583
+ description: "Automatically diversify {{TOKEN}} holdings into different Vesu pools while reducing risk and maximizing yield. Defi spring STRK Rewards are auto-compounded as well."
98581
98584
  },
98582
98585
  depositTokens: [
98583
98586
  Global.getDefaultTokens().find((t) => t.symbol === tokenSymbol)
@@ -105254,6 +105257,8 @@ spurious results.`);
105254
105257
  }
105255
105258
  ];
105256
105259
  }
105260
+ var vaultTypeDescription = "Automatically collects fees and rebalances positions on Ekubo to optimize yield";
105261
+ var vaultType = "Automated LP" /* AUTOMATED_LP */;
105257
105262
  var xSTRKSTRK = {
105258
105263
  id: "ekubo_cl_xstrkstrk",
105259
105264
  name: "Ekubo xSTRK/STRK",
@@ -105264,8 +105269,8 @@ spurious results.`);
105264
105269
  launchBlock: 1209881,
105265
105270
  type: "Other",
105266
105271
  vaultType: {
105267
- type: "farming" /* FARMING */,
105268
- description: "this is a yield farming vault"
105272
+ type: vaultType,
105273
+ description: vaultTypeDescription
105269
105274
  },
105270
105275
  // must be same order as poolKey token0 and token1
105271
105276
  depositTokens: [
@@ -105337,7 +105342,7 @@ spurious results.`);
105337
105342
  },
105338
105343
  faqs: getLSTFAQs("xSTRK"),
105339
105344
  points: [{
105340
- multiplier: 1,
105345
+ multiplier: 15,
105341
105346
  logo: "https://endur.fi/favicon.ico",
105342
105347
  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
105348
  }],
@@ -105423,8 +105428,8 @@ spurious results.`);
105423
105428
  address: ContractAddr.from(params.address),
105424
105429
  launchBlock: params.launchBlock,
105425
105430
  vaultType: {
105426
- type: "farming" /* FARMING */,
105427
- description: "this is a yield farming vault"
105431
+ type: vaultType,
105432
+ description: vaultTypeDescription
105428
105433
  },
105429
105434
  depositTokens: [
105430
105435
  Global.getDefaultTokens().find(
@@ -105561,8 +105566,8 @@ spurious results.`);
105561
105566
  address: ContractAddr.from(address),
105562
105567
  launchBlock,
105563
105568
  vaultType: {
105564
- type: "farming" /* FARMING */,
105565
- description: "this is a yield farming vault"
105569
+ type: vaultType,
105570
+ description: vaultTypeDescription
105566
105571
  },
105567
105572
  depositTokens: [
105568
105573
  Global.getDefaultTokens().find(
@@ -115767,8 +115772,8 @@ spurious results.`);
115767
115772
  logo: "https://assets.troves.fi/integrations/unwraplabs/white.png"
115768
115773
  },
115769
115774
  vaultType: {
115770
- type: "farming" /* FARMING */,
115771
- description: "this is a yield farming vault"
115775
+ type: "Looping" /* LOOPING */,
115776
+ description: "Creates leveraged looping position on xSTRK by borrowing STRK to increase yield"
115772
115777
  },
115773
115778
  depositTokens: [
115774
115779
  Global.getDefaultTokens().find((t) => t.symbol === "STRK")
@@ -115831,7 +115836,12 @@ spurious results.`);
115831
115836
  },
115832
115837
  redemptionInfo: {
115833
115838
  instantWithdrawalVault: "Yes" /* YES */
115834
- }
115839
+ },
115840
+ points: [{
115841
+ multiplier: 4,
115842
+ logo: "https://endur.fi/favicon.ico",
115843
+ toolTip: "This strategy holds xSTRK. Earn 3-4x Endur points on your xSTRK due to the leverage. Points can be found on endur.fi."
115844
+ }]
115835
115845
  }
115836
115846
  ];
115837
115847
 
@@ -119232,8 +119242,8 @@ spurious results.`);
119232
119242
  launchBlock: 0,
119233
119243
  type: "ERC4626",
119234
119244
  vaultType: {
119235
- type: "farming" /* FARMING */,
119236
- description: "this is a yield farming vault"
119245
+ type: "Meta Vault" /* META_VAULT */,
119246
+ description: "Automatically allocates funds to the best available yield source in the ecosystem"
119237
119247
  },
119238
119248
  depositTokens: [
119239
119249
  Global.getDefaultTokens().find((token) => token.symbol === params.tokenSymbol)
@@ -120316,8 +120326,8 @@ spurious results.`);
120316
120326
  launchBlock: 0,
120317
120327
  type: "Other",
120318
120328
  vaultType: {
120319
- type: "farming" /* FARMING */,
120320
- description: "this is a yield farming vault"
120329
+ type: "Looping" /* LOOPING */,
120330
+ description: `Creates leveraged looping position on ${lstSymbol} by borrowing ${underlyingSymbol} to increase yield`
120321
120331
  },
120322
120332
  depositTokens: [
120323
120333
  Global.getDefaultTokens().find(
@@ -120352,7 +120362,12 @@ spurious results.`);
120352
120362
  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
120363
  tags: lstSymbol.includes("BTC") ? ["BTC" /* BTC */, "Maxx" /* LEVERED */] : ["Maxx" /* LEVERED */],
120354
120364
  security: HYPER_LST_SECURITY,
120355
- redemptionInfo: HYPER_LST_REDEMPTION_INFO
120365
+ redemptionInfo: HYPER_LST_REDEMPTION_INFO,
120366
+ points: [{
120367
+ multiplier: 4,
120368
+ logo: "https://endur.fi/favicon.ico",
120369
+ toolTip: "This strategy holds xSTRK. Earn 3-4x Endur points on your xSTRK due to the leverage. Points can be found on endur.fi."
120370
+ }]
120356
120371
  };
120357
120372
  }
120358
120373
  var HyperLSTStrategies = [
@@ -3098,7 +3098,10 @@ var StrategyTag = /* @__PURE__ */ ((StrategyTag3) => {
3098
3098
  return StrategyTag3;
3099
3099
  })(StrategyTag || {});
3100
3100
  var VaultType = /* @__PURE__ */ ((VaultType2) => {
3101
- VaultType2["FARMING"] = "farming";
3101
+ VaultType2["LOOPING"] = "Looping";
3102
+ VaultType2["META_VAULT"] = "Meta Vault";
3103
+ VaultType2["DELTA_NEUTRAL"] = "Delta Neutral";
3104
+ VaultType2["AUTOMATED_LP"] = "Automated LP";
3102
3105
  return VaultType2;
3103
3106
  })(VaultType || {});
3104
3107
  var AuditStatus = /* @__PURE__ */ ((AuditStatus2) => {
@@ -11141,7 +11144,7 @@ var createVesuRebalanceSettings = (tokenSymbol) => {
11141
11144
  return {
11142
11145
  maxTVL: Web3Number.fromWei("0", depositToken.decimals),
11143
11146
  isPaused: false,
11144
- liveStatus: "Active" /* ACTIVE */,
11147
+ liveStatus: "Deprecated" /* DEPRECATED */,
11145
11148
  isAudited: true,
11146
11149
  isInstantWithdrawal: true,
11147
11150
  quoteToken: depositToken,
@@ -11156,8 +11159,8 @@ var createVesuRebalanceStrategy = (idSymbol, name, tokenSymbol, address) => ({
11156
11159
  launchBlock: 0,
11157
11160
  type: "ERC4626",
11158
11161
  vaultType: {
11159
- type: "farming" /* FARMING */,
11160
- description: "this is a yield farming vault"
11162
+ type: "Meta Vault" /* META_VAULT */,
11163
+ description: "Automatically diversify {{TOKEN}} holdings into different Vesu pools while reducing risk and maximizing yield. Defi spring STRK Rewards are auto-compounded as well."
11161
11164
  },
11162
11165
  depositTokens: [
11163
11166
  Global.getDefaultTokens().find((t) => t.symbol === tokenSymbol)
@@ -17845,6 +17848,8 @@ function getLSTFAQs(lstSymbol) {
17845
17848
  }
17846
17849
  ];
17847
17850
  }
17851
+ var vaultTypeDescription = "Automatically collects fees and rebalances positions on Ekubo to optimize yield";
17852
+ var vaultType = "Automated LP" /* AUTOMATED_LP */;
17848
17853
  var xSTRKSTRK = {
17849
17854
  id: "ekubo_cl_xstrkstrk",
17850
17855
  name: "Ekubo xSTRK/STRK",
@@ -17855,8 +17860,8 @@ var xSTRKSTRK = {
17855
17860
  launchBlock: 1209881,
17856
17861
  type: "Other",
17857
17862
  vaultType: {
17858
- type: "farming" /* FARMING */,
17859
- description: "this is a yield farming vault"
17863
+ type: vaultType,
17864
+ description: vaultTypeDescription
17860
17865
  },
17861
17866
  // must be same order as poolKey token0 and token1
17862
17867
  depositTokens: [
@@ -17928,7 +17933,7 @@ var xSTRKSTRK = {
17928
17933
  },
17929
17934
  faqs: getLSTFAQs("xSTRK"),
17930
17935
  points: [{
17931
- multiplier: 1,
17936
+ multiplier: 15,
17932
17937
  logo: "https://endur.fi/favicon.ico",
17933
17938
  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
17939
  }],
@@ -18014,8 +18019,8 @@ var createLSTStrategy = (params) => ({
18014
18019
  address: ContractAddr.from(params.address),
18015
18020
  launchBlock: params.launchBlock,
18016
18021
  vaultType: {
18017
- type: "farming" /* FARMING */,
18018
- description: "this is a yield farming vault"
18022
+ type: vaultType,
18023
+ description: vaultTypeDescription
18019
18024
  },
18020
18025
  depositTokens: [
18021
18026
  Global.getDefaultTokens().find(
@@ -18152,8 +18157,8 @@ var createRe7Strategy = (id, name, address, launchBlock, depositToken0Symbol, de
18152
18157
  address: ContractAddr.from(address),
18153
18158
  launchBlock,
18154
18159
  vaultType: {
18155
- type: "farming" /* FARMING */,
18156
- description: "this is a yield farming vault"
18160
+ type: vaultType,
18161
+ description: vaultTypeDescription
18157
18162
  },
18158
18163
  depositTokens: [
18159
18164
  Global.getDefaultTokens().find(
@@ -28365,8 +28370,8 @@ var SenseiStrategies = [
28365
28370
  logo: "https://assets.troves.fi/integrations/unwraplabs/white.png"
28366
28371
  },
28367
28372
  vaultType: {
28368
- type: "farming" /* FARMING */,
28369
- description: "this is a yield farming vault"
28373
+ type: "Looping" /* LOOPING */,
28374
+ description: "Creates leveraged looping position on xSTRK by borrowing STRK to increase yield"
28370
28375
  },
28371
28376
  depositTokens: [
28372
28377
  Global.getDefaultTokens().find((t) => t.symbol === "STRK")
@@ -28429,7 +28434,12 @@ var SenseiStrategies = [
28429
28434
  },
28430
28435
  redemptionInfo: {
28431
28436
  instantWithdrawalVault: "Yes" /* YES */
28432
- }
28437
+ },
28438
+ points: [{
28439
+ multiplier: 4,
28440
+ logo: "https://endur.fi/favicon.ico",
28441
+ toolTip: "This strategy holds xSTRK. Earn 3-4x Endur points on your xSTRK due to the leverage. Points can be found on endur.fi."
28442
+ }]
28433
28443
  }
28434
28444
  ];
28435
28445
 
@@ -31834,8 +31844,8 @@ var createUniversalStrategy = (params) => ({
31834
31844
  launchBlock: 0,
31835
31845
  type: "ERC4626",
31836
31846
  vaultType: {
31837
- type: "farming" /* FARMING */,
31838
- description: "this is a yield farming vault"
31847
+ type: "Meta Vault" /* META_VAULT */,
31848
+ description: "Automatically allocates funds to the best available yield source in the ecosystem"
31839
31849
  },
31840
31850
  depositTokens: [
31841
31851
  Global.getDefaultTokens().find((token) => token.symbol === params.tokenSymbol)
@@ -32921,8 +32931,8 @@ function getStrategySettings(lstSymbol, underlyingSymbol, addresses, isPreview =
32921
32931
  launchBlock: 0,
32922
32932
  type: "Other",
32923
32933
  vaultType: {
32924
- type: "farming" /* FARMING */,
32925
- description: "this is a yield farming vault"
32934
+ type: "Looping" /* LOOPING */,
32935
+ description: `Creates leveraged looping position on ${lstSymbol} by borrowing ${underlyingSymbol} to increase yield`
32926
32936
  },
32927
32937
  depositTokens: [
32928
32938
  Global.getDefaultTokens().find(
@@ -32957,7 +32967,12 @@ function getStrategySettings(lstSymbol, underlyingSymbol, addresses, isPreview =
32957
32967
  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
32968
  tags: lstSymbol.includes("BTC") ? ["BTC" /* BTC */, "Maxx" /* LEVERED */] : ["Maxx" /* LEVERED */],
32959
32969
  security: HYPER_LST_SECURITY,
32960
- redemptionInfo: HYPER_LST_REDEMPTION_INFO
32970
+ redemptionInfo: HYPER_LST_REDEMPTION_INFO,
32971
+ points: [{
32972
+ multiplier: 4,
32973
+ logo: "https://endur.fi/favicon.ico",
32974
+ toolTip: "This strategy holds xSTRK. Earn 3-4x Endur points on your xSTRK due to the leverage. Points can be found on endur.fi."
32975
+ }]
32961
32976
  };
32962
32977
  }
32963
32978
  var HyperLSTStrategies = [
package/dist/index.d.ts CHANGED
@@ -130,7 +130,10 @@ declare enum StrategyTag {
130
130
  BTC = "BTC"
131
131
  }
132
132
  declare enum VaultType {
133
- FARMING = "farming"
133
+ LOOPING = "Looping",
134
+ META_VAULT = "Meta Vault",
135
+ DELTA_NEUTRAL = "Delta Neutral",
136
+ AUTOMATED_LP = "Automated LP"
134
137
  }
135
138
  declare enum AuditStatus {
136
139
  AUDITED = "Audited",
package/dist/index.js CHANGED
@@ -3133,7 +3133,10 @@ var StrategyTag = /* @__PURE__ */ ((StrategyTag3) => {
3133
3133
  return StrategyTag3;
3134
3134
  })(StrategyTag || {});
3135
3135
  var VaultType = /* @__PURE__ */ ((VaultType2) => {
3136
- VaultType2["FARMING"] = "farming";
3136
+ VaultType2["LOOPING"] = "Looping";
3137
+ VaultType2["META_VAULT"] = "Meta Vault";
3138
+ VaultType2["DELTA_NEUTRAL"] = "Delta Neutral";
3139
+ VaultType2["AUTOMATED_LP"] = "Automated LP";
3137
3140
  return VaultType2;
3138
3141
  })(VaultType || {});
3139
3142
  var AuditStatus = /* @__PURE__ */ ((AuditStatus2) => {
@@ -11176,7 +11179,7 @@ var createVesuRebalanceSettings = (tokenSymbol) => {
11176
11179
  return {
11177
11180
  maxTVL: Web3Number.fromWei("0", depositToken.decimals),
11178
11181
  isPaused: false,
11179
- liveStatus: "Active" /* ACTIVE */,
11182
+ liveStatus: "Deprecated" /* DEPRECATED */,
11180
11183
  isAudited: true,
11181
11184
  isInstantWithdrawal: true,
11182
11185
  quoteToken: depositToken,
@@ -11191,8 +11194,8 @@ var createVesuRebalanceStrategy = (idSymbol, name, tokenSymbol, address) => ({
11191
11194
  launchBlock: 0,
11192
11195
  type: "ERC4626",
11193
11196
  vaultType: {
11194
- type: "farming" /* FARMING */,
11195
- description: "this is a yield farming vault"
11197
+ type: "Meta Vault" /* META_VAULT */,
11198
+ description: "Automatically diversify {{TOKEN}} holdings into different Vesu pools while reducing risk and maximizing yield. Defi spring STRK Rewards are auto-compounded as well."
11196
11199
  },
11197
11200
  depositTokens: [
11198
11201
  Global.getDefaultTokens().find((t) => t.symbol === tokenSymbol)
@@ -17876,6 +17879,8 @@ function getLSTFAQs(lstSymbol) {
17876
17879
  }
17877
17880
  ];
17878
17881
  }
17882
+ var vaultTypeDescription = "Automatically collects fees and rebalances positions on Ekubo to optimize yield";
17883
+ var vaultType = "Automated LP" /* AUTOMATED_LP */;
17879
17884
  var xSTRKSTRK = {
17880
17885
  id: "ekubo_cl_xstrkstrk",
17881
17886
  name: "Ekubo xSTRK/STRK",
@@ -17886,8 +17891,8 @@ var xSTRKSTRK = {
17886
17891
  launchBlock: 1209881,
17887
17892
  type: "Other",
17888
17893
  vaultType: {
17889
- type: "farming" /* FARMING */,
17890
- description: "this is a yield farming vault"
17894
+ type: vaultType,
17895
+ description: vaultTypeDescription
17891
17896
  },
17892
17897
  // must be same order as poolKey token0 and token1
17893
17898
  depositTokens: [
@@ -17959,7 +17964,7 @@ var xSTRKSTRK = {
17959
17964
  },
17960
17965
  faqs: getLSTFAQs("xSTRK"),
17961
17966
  points: [{
17962
- multiplier: 1,
17967
+ multiplier: 15,
17963
17968
  logo: "https://endur.fi/favicon.ico",
17964
17969
  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
17970
  }],
@@ -18045,8 +18050,8 @@ var createLSTStrategy = (params) => ({
18045
18050
  address: ContractAddr.from(params.address),
18046
18051
  launchBlock: params.launchBlock,
18047
18052
  vaultType: {
18048
- type: "farming" /* FARMING */,
18049
- description: "this is a yield farming vault"
18053
+ type: vaultType,
18054
+ description: vaultTypeDescription
18050
18055
  },
18051
18056
  depositTokens: [
18052
18057
  Global.getDefaultTokens().find(
@@ -18183,8 +18188,8 @@ var createRe7Strategy = (id, name, address, launchBlock, depositToken0Symbol, de
18183
18188
  address: ContractAddr.from(address),
18184
18189
  launchBlock,
18185
18190
  vaultType: {
18186
- type: "farming" /* FARMING */,
18187
- description: "this is a yield farming vault"
18191
+ type: vaultType,
18192
+ description: vaultTypeDescription
18188
18193
  },
18189
18194
  depositTokens: [
18190
18195
  Global.getDefaultTokens().find(
@@ -28497,8 +28502,8 @@ var SenseiStrategies = [
28497
28502
  logo: "https://assets.troves.fi/integrations/unwraplabs/white.png"
28498
28503
  },
28499
28504
  vaultType: {
28500
- type: "farming" /* FARMING */,
28501
- description: "this is a yield farming vault"
28505
+ type: "Looping" /* LOOPING */,
28506
+ description: "Creates leveraged looping position on xSTRK by borrowing STRK to increase yield"
28502
28507
  },
28503
28508
  depositTokens: [
28504
28509
  Global.getDefaultTokens().find((t) => t.symbol === "STRK")
@@ -28561,7 +28566,12 @@ var SenseiStrategies = [
28561
28566
  },
28562
28567
  redemptionInfo: {
28563
28568
  instantWithdrawalVault: "Yes" /* YES */
28564
- }
28569
+ },
28570
+ points: [{
28571
+ multiplier: 4,
28572
+ logo: "https://endur.fi/favicon.ico",
28573
+ toolTip: "This strategy holds xSTRK. Earn 3-4x Endur points on your xSTRK due to the leverage. Points can be found on endur.fi."
28574
+ }]
28565
28575
  }
28566
28576
  ];
28567
28577
 
@@ -31966,8 +31976,8 @@ var createUniversalStrategy = (params) => ({
31966
31976
  launchBlock: 0,
31967
31977
  type: "ERC4626",
31968
31978
  vaultType: {
31969
- type: "farming" /* FARMING */,
31970
- description: "this is a yield farming vault"
31979
+ type: "Meta Vault" /* META_VAULT */,
31980
+ description: "Automatically allocates funds to the best available yield source in the ecosystem"
31971
31981
  },
31972
31982
  depositTokens: [
31973
31983
  Global.getDefaultTokens().find((token) => token.symbol === params.tokenSymbol)
@@ -33053,8 +33063,8 @@ function getStrategySettings(lstSymbol, underlyingSymbol, addresses, isPreview =
33053
33063
  launchBlock: 0,
33054
33064
  type: "Other",
33055
33065
  vaultType: {
33056
- type: "farming" /* FARMING */,
33057
- description: "this is a yield farming vault"
33066
+ type: "Looping" /* LOOPING */,
33067
+ description: `Creates leveraged looping position on ${lstSymbol} by borrowing ${underlyingSymbol} to increase yield`
33058
33068
  },
33059
33069
  depositTokens: [
33060
33070
  Global.getDefaultTokens().find(
@@ -33089,7 +33099,12 @@ function getStrategySettings(lstSymbol, underlyingSymbol, addresses, isPreview =
33089
33099
  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
33100
  tags: lstSymbol.includes("BTC") ? ["BTC" /* BTC */, "Maxx" /* LEVERED */] : ["Maxx" /* LEVERED */],
33091
33101
  security: HYPER_LST_SECURITY,
33092
- redemptionInfo: HYPER_LST_REDEMPTION_INFO
33102
+ redemptionInfo: HYPER_LST_REDEMPTION_INFO,
33103
+ points: [{
33104
+ multiplier: 4,
33105
+ logo: "https://endur.fi/favicon.ico",
33106
+ toolTip: "This strategy holds xSTRK. Earn 3-4x Endur points on your xSTRK due to the leverage. Points can be found on endur.fi."
33107
+ }]
33093
33108
  };
33094
33109
  }
33095
33110
  var HyperLSTStrategies = [
package/dist/index.mjs CHANGED
@@ -3000,7 +3000,10 @@ var StrategyTag = /* @__PURE__ */ ((StrategyTag3) => {
3000
3000
  return StrategyTag3;
3001
3001
  })(StrategyTag || {});
3002
3002
  var VaultType = /* @__PURE__ */ ((VaultType2) => {
3003
- VaultType2["FARMING"] = "farming";
3003
+ VaultType2["LOOPING"] = "Looping";
3004
+ VaultType2["META_VAULT"] = "Meta Vault";
3005
+ VaultType2["DELTA_NEUTRAL"] = "Delta Neutral";
3006
+ VaultType2["AUTOMATED_LP"] = "Automated LP";
3004
3007
  return VaultType2;
3005
3008
  })(VaultType || {});
3006
3009
  var AuditStatus = /* @__PURE__ */ ((AuditStatus2) => {
@@ -11043,7 +11046,7 @@ var createVesuRebalanceSettings = (tokenSymbol) => {
11043
11046
  return {
11044
11047
  maxTVL: Web3Number.fromWei("0", depositToken.decimals),
11045
11048
  isPaused: false,
11046
- liveStatus: "Active" /* ACTIVE */,
11049
+ liveStatus: "Deprecated" /* DEPRECATED */,
11047
11050
  isAudited: true,
11048
11051
  isInstantWithdrawal: true,
11049
11052
  quoteToken: depositToken,
@@ -11058,8 +11061,8 @@ var createVesuRebalanceStrategy = (idSymbol, name, tokenSymbol, address) => ({
11058
11061
  launchBlock: 0,
11059
11062
  type: "ERC4626",
11060
11063
  vaultType: {
11061
- type: "farming" /* FARMING */,
11062
- description: "this is a yield farming vault"
11064
+ type: "Meta Vault" /* META_VAULT */,
11065
+ description: "Automatically diversify {{TOKEN}} holdings into different Vesu pools while reducing risk and maximizing yield. Defi spring STRK Rewards are auto-compounded as well."
11063
11066
  },
11064
11067
  depositTokens: [
11065
11068
  Global.getDefaultTokens().find((t) => t.symbol === tokenSymbol)
@@ -17747,6 +17750,8 @@ function getLSTFAQs(lstSymbol) {
17747
17750
  }
17748
17751
  ];
17749
17752
  }
17753
+ var vaultTypeDescription = "Automatically collects fees and rebalances positions on Ekubo to optimize yield";
17754
+ var vaultType = "Automated LP" /* AUTOMATED_LP */;
17750
17755
  var xSTRKSTRK = {
17751
17756
  id: "ekubo_cl_xstrkstrk",
17752
17757
  name: "Ekubo xSTRK/STRK",
@@ -17757,8 +17762,8 @@ var xSTRKSTRK = {
17757
17762
  launchBlock: 1209881,
17758
17763
  type: "Other",
17759
17764
  vaultType: {
17760
- type: "farming" /* FARMING */,
17761
- description: "this is a yield farming vault"
17765
+ type: vaultType,
17766
+ description: vaultTypeDescription
17762
17767
  },
17763
17768
  // must be same order as poolKey token0 and token1
17764
17769
  depositTokens: [
@@ -17830,7 +17835,7 @@ var xSTRKSTRK = {
17830
17835
  },
17831
17836
  faqs: getLSTFAQs("xSTRK"),
17832
17837
  points: [{
17833
- multiplier: 1,
17838
+ multiplier: 15,
17834
17839
  logo: "https://endur.fi/favicon.ico",
17835
17840
  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
17841
  }],
@@ -17916,8 +17921,8 @@ var createLSTStrategy = (params) => ({
17916
17921
  address: ContractAddr.from(params.address),
17917
17922
  launchBlock: params.launchBlock,
17918
17923
  vaultType: {
17919
- type: "farming" /* FARMING */,
17920
- description: "this is a yield farming vault"
17924
+ type: vaultType,
17925
+ description: vaultTypeDescription
17921
17926
  },
17922
17927
  depositTokens: [
17923
17928
  Global.getDefaultTokens().find(
@@ -18054,8 +18059,8 @@ var createRe7Strategy = (id, name, address, launchBlock, depositToken0Symbol, de
18054
18059
  address: ContractAddr.from(address),
18055
18060
  launchBlock,
18056
18061
  vaultType: {
18057
- type: "farming" /* FARMING */,
18058
- description: "this is a yield farming vault"
18062
+ type: vaultType,
18063
+ description: vaultTypeDescription
18059
18064
  },
18060
18065
  depositTokens: [
18061
18066
  Global.getDefaultTokens().find(
@@ -28368,8 +28373,8 @@ var SenseiStrategies = [
28368
28373
  logo: "https://assets.troves.fi/integrations/unwraplabs/white.png"
28369
28374
  },
28370
28375
  vaultType: {
28371
- type: "farming" /* FARMING */,
28372
- description: "this is a yield farming vault"
28376
+ type: "Looping" /* LOOPING */,
28377
+ description: "Creates leveraged looping position on xSTRK by borrowing STRK to increase yield"
28373
28378
  },
28374
28379
  depositTokens: [
28375
28380
  Global.getDefaultTokens().find((t) => t.symbol === "STRK")
@@ -28432,7 +28437,12 @@ var SenseiStrategies = [
28432
28437
  },
28433
28438
  redemptionInfo: {
28434
28439
  instantWithdrawalVault: "Yes" /* YES */
28435
- }
28440
+ },
28441
+ points: [{
28442
+ multiplier: 4,
28443
+ logo: "https://endur.fi/favicon.ico",
28444
+ toolTip: "This strategy holds xSTRK. Earn 3-4x Endur points on your xSTRK due to the leverage. Points can be found on endur.fi."
28445
+ }]
28436
28446
  }
28437
28447
  ];
28438
28448
 
@@ -31837,8 +31847,8 @@ var createUniversalStrategy = (params) => ({
31837
31847
  launchBlock: 0,
31838
31848
  type: "ERC4626",
31839
31849
  vaultType: {
31840
- type: "farming" /* FARMING */,
31841
- description: "this is a yield farming vault"
31850
+ type: "Meta Vault" /* META_VAULT */,
31851
+ description: "Automatically allocates funds to the best available yield source in the ecosystem"
31842
31852
  },
31843
31853
  depositTokens: [
31844
31854
  Global.getDefaultTokens().find((token) => token.symbol === params.tokenSymbol)
@@ -32924,8 +32934,8 @@ function getStrategySettings(lstSymbol, underlyingSymbol, addresses, isPreview =
32924
32934
  launchBlock: 0,
32925
32935
  type: "Other",
32926
32936
  vaultType: {
32927
- type: "farming" /* FARMING */,
32928
- description: "this is a yield farming vault"
32937
+ type: "Looping" /* LOOPING */,
32938
+ description: `Creates leveraged looping position on ${lstSymbol} by borrowing ${underlyingSymbol} to increase yield`
32929
32939
  },
32930
32940
  depositTokens: [
32931
32941
  Global.getDefaultTokens().find(
@@ -32960,7 +32970,12 @@ function getStrategySettings(lstSymbol, underlyingSymbol, addresses, isPreview =
32960
32970
  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
32971
  tags: lstSymbol.includes("BTC") ? ["BTC" /* BTC */, "Maxx" /* LEVERED */] : ["Maxx" /* LEVERED */],
32962
32972
  security: HYPER_LST_SECURITY,
32963
- redemptionInfo: HYPER_LST_REDEMPTION_INFO
32973
+ redemptionInfo: HYPER_LST_REDEMPTION_INFO,
32974
+ points: [{
32975
+ multiplier: 4,
32976
+ logo: "https://endur.fi/favicon.ico",
32977
+ toolTip: "This strategy holds xSTRK. Earn 3-4x Endur points on your xSTRK due to the leverage. Points can be found on endur.fi."
32978
+ }]
32964
32979
  };
32965
32980
  }
32966
32981
  var HyperLSTStrategies = [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@strkfarm/sdk",
3
- "version": "2.0.0-staging.11",
3
+ "version": "2.0.0-staging.13",
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",
@@ -63,7 +63,10 @@ export enum StrategyTag {
63
63
  }
64
64
 
65
65
  export enum VaultType {
66
- FARMING = "farming"
66
+ LOOPING = "Looping",
67
+ META_VAULT = "Meta Vault",
68
+ DELTA_NEUTRAL = "Delta Neutral",
69
+ AUTOMATED_LP = "Automated LP",
67
70
  }
68
71
 
69
72
  // Security metadata enums
@@ -2310,6 +2310,9 @@ function getLSTFAQs(lstSymbol: string): FAQ[] {
2310
2310
  ]
2311
2311
  }
2312
2312
 
2313
+ const vaultTypeDescription = 'Automatically collects fees and rebalances positions on Ekubo to optimize yield';
2314
+ const vaultType = VaultType.AUTOMATED_LP;
2315
+
2313
2316
  const xSTRKSTRK: IStrategyMetadata<CLVaultStrategySettings> = {
2314
2317
  id: "ekubo_cl_xstrkstrk",
2315
2318
  name: "Ekubo xSTRK/STRK",
@@ -2320,8 +2323,8 @@ const xSTRKSTRK: IStrategyMetadata<CLVaultStrategySettings> = {
2320
2323
  launchBlock: 1209881,
2321
2324
  type: "Other",
2322
2325
  vaultType: {
2323
- type: VaultType.FARMING,
2324
- description: "this is a yield farming vault"
2326
+ type: vaultType,
2327
+ description: vaultTypeDescription
2325
2328
  },
2326
2329
  // must be same order as poolKey token0 and token1
2327
2330
  depositTokens: [
@@ -2404,7 +2407,7 @@ const xSTRKSTRK: IStrategyMetadata<CLVaultStrategySettings> = {
2404
2407
  },
2405
2408
  faqs: getLSTFAQs("xSTRK"),
2406
2409
  points: [{
2407
- multiplier: 1,
2410
+ multiplier: 15,
2408
2411
  logo: 'https://endur.fi/favicon.ico',
2409
2412
  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
2413
  }],
@@ -2513,8 +2516,8 @@ const createLSTStrategy = (params: {
2513
2516
  address: ContractAddr.from(params.address),
2514
2517
  launchBlock: params.launchBlock,
2515
2518
  vaultType: {
2516
- type: VaultType.FARMING,
2517
- description: "this is a yield farming vault"
2519
+ type: vaultType,
2520
+ description: vaultTypeDescription
2518
2521
  },
2519
2522
  depositTokens: [
2520
2523
  Global.getDefaultTokens().find(
@@ -2693,8 +2696,8 @@ const createRe7Strategy = (
2693
2696
  address: ContractAddr.from(address),
2694
2697
  launchBlock,
2695
2698
  vaultType: {
2696
- type: VaultType.FARMING,
2697
- description: "this is a yield farming vault"
2699
+ type: vaultType,
2700
+ description: vaultTypeDescription
2698
2701
  },
2699
2702
  depositTokens: [
2700
2703
  Global.getDefaultTokens().find(
@@ -579,8 +579,8 @@ export const SenseiStrategies: IStrategyMetadata<SenseiVaultSettings>[] =
579
579
  logo: "https://assets.troves.fi/integrations/unwraplabs/white.png"
580
580
  },
581
581
  vaultType: {
582
- type: VaultType.FARMING,
583
- description: "this is a yield farming vault"
582
+ type: VaultType.LOOPING,
583
+ description: "Creates leveraged looping position on xSTRK by borrowing STRK to increase yield"
584
584
  },
585
585
  depositTokens: [
586
586
  Global.getDefaultTokens().find((t) => t.symbol === "STRK")!
@@ -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
  ];
@@ -1269,8 +1269,8 @@ function getStrategySettings(
1269
1269
  launchBlock: 0,
1270
1270
  type: "Other",
1271
1271
  vaultType: {
1272
- type: VaultType.FARMING,
1273
- description: "this is a yield farming vault"
1272
+ type: VaultType.LOOPING,
1273
+ description: `Creates leveraged looping position on ${lstSymbol} by borrowing ${underlyingSymbol} to increase yield`
1274
1274
  },
1275
1275
  depositTokens: [
1276
1276
  Global.getDefaultTokens().find(
@@ -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
 
@@ -1312,8 +1312,8 @@ const createUniversalStrategy = (params: {
1312
1312
  launchBlock: 0,
1313
1313
  type: "ERC4626" as const,
1314
1314
  vaultType: {
1315
- type: VaultType.FARMING,
1316
- description: "this is a yield farming vault"
1315
+ type: VaultType.META_VAULT,
1316
+ description: "Automatically allocates funds to the best available yield source in the ecosystem"
1317
1317
  },
1318
1318
  depositTokens: [
1319
1319
  Global.getDefaultTokens().find((token) => token.symbol === params.tokenSymbol)!
@@ -1033,7 +1033,7 @@ const createVesuRebalanceSettings = (tokenSymbol: string): StrategySettings => {
1033
1033
  return {
1034
1034
  maxTVL: Web3Number.fromWei("0", depositToken.decimals),
1035
1035
  isPaused: false,
1036
- liveStatus: StrategyLiveStatus.ACTIVE,
1036
+ liveStatus: StrategyLiveStatus.DEPRECATED,
1037
1037
  isAudited: true,
1038
1038
  isInstantWithdrawal: true,
1039
1039
  quoteToken: depositToken,
@@ -1055,8 +1055,8 @@ const createVesuRebalanceStrategy = (
1055
1055
  launchBlock: 0,
1056
1056
  type: "ERC4626" as const,
1057
1057
  vaultType: {
1058
- type: VaultType.FARMING,
1059
- description: "this is a yield farming vault"
1058
+ type: VaultType.META_VAULT,
1059
+ description: "Automatically diversify {{TOKEN}} holdings into different Vesu pools while reducing risk and maximizing yield. Defi spring STRK Rewards are auto-compounded as well."
1060
1060
  },
1061
1061
  depositTokens: [
1062
1062
  Global.getDefaultTokens().find((t) => t.symbol === tokenSymbol)!