@strkfarm/sdk 2.0.0-dev.40 → 2.0.0-dev.41

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.
@@ -1045,6 +1045,9 @@ export const YoloVaultStrategies: IStrategyMetadata<YoloVaultSettings>[] = yoloV
1045
1045
  },
1046
1046
  apyMethodology:
1047
1047
  "Not a primary yield strategy. Funds earn yield when idle, but the main return comes from BTC price appreciation and your conviction to hold. This vault simply helps you accumulate more BTC.",
1048
+ feeBps: {
1049
+ performanceFeeBps: 1000,
1050
+ },
1048
1051
  additionalInfo: {
1049
1052
  mainToken: yoloConfig.mainToken,
1050
1053
  secondaryToken: yoloConfig.secondaryToken,