@strkfarm/sdk 2.0.0-staging.48 → 2.0.0-staging.49

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.
@@ -117772,7 +117772,8 @@ spurious results.`);
117772
117772
  launchBlock: 0,
117773
117773
  type: "Other",
117774
117774
  depositTokens: [
117775
- usdc
117775
+ usdc,
117776
+ yoloConfig.secondaryToken
117776
117777
  ],
117777
117778
  protocols: [],
117778
117779
  risk: {
@@ -30564,7 +30564,8 @@ var YoloVaultStrategies = yoloVaultsConfig.map((yoloConfig) => {
30564
30564
  launchBlock: 0,
30565
30565
  type: "Other",
30566
30566
  depositTokens: [
30567
- usdc
30567
+ usdc,
30568
+ yoloConfig.secondaryToken
30568
30569
  ],
30569
30570
  protocols: [],
30570
30571
  risk: {
package/dist/index.js CHANGED
@@ -30704,7 +30704,8 @@ var YoloVaultStrategies = yoloVaultsConfig.map((yoloConfig) => {
30704
30704
  launchBlock: 0,
30705
30705
  type: "Other",
30706
30706
  depositTokens: [
30707
- usdc
30707
+ usdc,
30708
+ yoloConfig.secondaryToken
30708
30709
  ],
30709
30710
  protocols: [],
30710
30711
  risk: {
package/dist/index.mjs CHANGED
@@ -30569,7 +30569,8 @@ var YoloVaultStrategies = yoloVaultsConfig.map((yoloConfig) => {
30569
30569
  launchBlock: 0,
30570
30570
  type: "Other",
30571
30571
  depositTokens: [
30572
- usdc
30572
+ usdc,
30573
+ yoloConfig.secondaryToken
30573
30574
  ],
30574
30575
  protocols: [],
30575
30576
  risk: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@strkfarm/sdk",
3
- "version": "2.0.0-staging.48",
3
+ "version": "2.0.0-staging.49",
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",
@@ -984,6 +984,7 @@ export const YoloVaultStrategies: IStrategyMetadata<YoloVaultSettings>[] = yoloV
984
984
  type: "Other",
985
985
  depositTokens: [
986
986
  usdc,
987
+ yoloConfig.secondaryToken,
987
988
  ],
988
989
  protocols: [],
989
990
  risk: {