@strkfarm/sdk 2.0.0-dca.1 → 2.0.0-dca.2

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.
@@ -116865,7 +116865,7 @@ spurious results.`);
116865
116865
  id: "btc-yolo",
116866
116866
  name: "BTC YOLO",
116867
116867
  description: yoloVaultDescription,
116868
- address: ContractAddr.from("0x03fF4aF27ac628bCCA1D1155EF1919C54A559Ae4eDeEFc2d06E6f8823911C42e"),
116868
+ address: ContractAddr.from("0x0440b9e218a5d8ec9d4dce4afdf152db3375e76af2e1163aedca01b441d31d0b"),
116869
116869
  vaultType: {
116870
116870
  type: "Other" /* Other */,
116871
116871
  description: "BTC YOLO"
@@ -116910,7 +116910,8 @@ spurious results.`);
116910
116910
  (t) => t.symbol === "WBTC"
116911
116911
  ),
116912
116912
  maxUnitsSpendPerEpoch: 10,
116913
- feeBps: 1e3
116913
+ feeBps: 50
116914
+ // swap fee bps
116914
116915
  },
116915
116916
  faqs: [
116916
116917
  {
@@ -122029,7 +122030,7 @@ spurious results.`);
122029
122030
  lstSymbol,
122030
122031
  underlyingSymbol,
122031
122032
  settings2,
122032
- lstSymbol === "xSTRK" ? VesuPools.Re7xSTRK : VesuPools.Re7xBTC
122033
+ settings2.defaultPoolId
122033
122034
  ),
122034
122035
  risk: {
122035
122036
  riskFactor: _riskFactor4,
@@ -29659,7 +29659,7 @@ var YoloVaultStrategies = [
29659
29659
  id: "btc-yolo",
29660
29660
  name: "BTC YOLO",
29661
29661
  description: yoloVaultDescription,
29662
- address: ContractAddr.from("0x03fF4aF27ac628bCCA1D1155EF1919C54A559Ae4eDeEFc2d06E6f8823911C42e"),
29662
+ address: ContractAddr.from("0x0440b9e218a5d8ec9d4dce4afdf152db3375e76af2e1163aedca01b441d31d0b"),
29663
29663
  vaultType: {
29664
29664
  type: "Other" /* Other */,
29665
29665
  description: "BTC YOLO"
@@ -29704,7 +29704,8 @@ var YoloVaultStrategies = [
29704
29704
  (t) => t.symbol === "WBTC"
29705
29705
  ),
29706
29706
  maxUnitsSpendPerEpoch: 10,
29707
- feeBps: 1e3
29707
+ feeBps: 50
29708
+ // swap fee bps
29708
29709
  },
29709
29710
  faqs: [
29710
29711
  {
@@ -34830,7 +34831,7 @@ function getStrategySettings(lstSymbol, underlyingSymbol, settings, isPreview =
34830
34831
  lstSymbol,
34831
34832
  underlyingSymbol,
34832
34833
  settings,
34833
- lstSymbol === "xSTRK" ? VesuPools.Re7xSTRK : VesuPools.Re7xBTC
34834
+ settings.defaultPoolId
34834
34835
  ),
34835
34836
  risk: {
34836
34837
  riskFactor: _riskFactor4,
package/dist/index.js CHANGED
@@ -29797,7 +29797,7 @@ var YoloVaultStrategies = [
29797
29797
  id: "btc-yolo",
29798
29798
  name: "BTC YOLO",
29799
29799
  description: yoloVaultDescription,
29800
- address: ContractAddr.from("0x03fF4aF27ac628bCCA1D1155EF1919C54A559Ae4eDeEFc2d06E6f8823911C42e"),
29800
+ address: ContractAddr.from("0x0440b9e218a5d8ec9d4dce4afdf152db3375e76af2e1163aedca01b441d31d0b"),
29801
29801
  vaultType: {
29802
29802
  type: "Other" /* Other */,
29803
29803
  description: "BTC YOLO"
@@ -29842,7 +29842,8 @@ var YoloVaultStrategies = [
29842
29842
  (t) => t.symbol === "WBTC"
29843
29843
  ),
29844
29844
  maxUnitsSpendPerEpoch: 10,
29845
- feeBps: 1e3
29845
+ feeBps: 50
29846
+ // swap fee bps
29846
29847
  },
29847
29848
  faqs: [
29848
29849
  {
@@ -34968,7 +34969,7 @@ function getStrategySettings(lstSymbol, underlyingSymbol, settings, isPreview =
34968
34969
  lstSymbol,
34969
34970
  underlyingSymbol,
34970
34971
  settings,
34971
- lstSymbol === "xSTRK" ? VesuPools.Re7xSTRK : VesuPools.Re7xBTC
34972
+ settings.defaultPoolId
34972
34973
  ),
34973
34974
  risk: {
34974
34975
  riskFactor: _riskFactor4,
package/dist/index.mjs CHANGED
@@ -29664,7 +29664,7 @@ var YoloVaultStrategies = [
29664
29664
  id: "btc-yolo",
29665
29665
  name: "BTC YOLO",
29666
29666
  description: yoloVaultDescription,
29667
- address: ContractAddr.from("0x03fF4aF27ac628bCCA1D1155EF1919C54A559Ae4eDeEFc2d06E6f8823911C42e"),
29667
+ address: ContractAddr.from("0x0440b9e218a5d8ec9d4dce4afdf152db3375e76af2e1163aedca01b441d31d0b"),
29668
29668
  vaultType: {
29669
29669
  type: "Other" /* Other */,
29670
29670
  description: "BTC YOLO"
@@ -29709,7 +29709,8 @@ var YoloVaultStrategies = [
29709
29709
  (t) => t.symbol === "WBTC"
29710
29710
  ),
29711
29711
  maxUnitsSpendPerEpoch: 10,
29712
- feeBps: 1e3
29712
+ feeBps: 50
29713
+ // swap fee bps
29713
29714
  },
29714
29715
  faqs: [
29715
29716
  {
@@ -34835,7 +34836,7 @@ function getStrategySettings(lstSymbol, underlyingSymbol, settings, isPreview =
34835
34836
  lstSymbol,
34836
34837
  underlyingSymbol,
34837
34838
  settings,
34838
- lstSymbol === "xSTRK" ? VesuPools.Re7xSTRK : VesuPools.Re7xBTC
34839
+ settings.defaultPoolId
34839
34840
  ),
34840
34841
  risk: {
34841
34842
  riskFactor: _riskFactor4,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@strkfarm/sdk",
3
- "version": "2.0.0-dca.01",
3
+ "version": "2.0.0-dca.02",
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",
@@ -2081,7 +2081,7 @@ function getStrategySettings(
2081
2081
  lstSymbol,
2082
2082
  underlyingSymbol,
2083
2083
  settings,
2084
- lstSymbol === "xSTRK" ? VesuPools.Re7xSTRK : VesuPools.Re7xBTC,
2084
+ settings.defaultPoolId,
2085
2085
  ),
2086
2086
  risk: {
2087
2087
  riskFactor: _riskFactor,
@@ -386,7 +386,7 @@ export const YoloVaultStrategies: IStrategyMetadata<YoloVaultSettings>[] = [
386
386
  id: "btc-yolo",
387
387
  name: "BTC YOLO",
388
388
  description: yoloVaultDescription,
389
- address: ContractAddr.from("0x03fF4aF27ac628bCCA1D1155EF1919C54A559Ae4eDeEFc2d06E6f8823911C42e"),
389
+ address: ContractAddr.from("0x0440b9e218a5d8ec9d4dce4afdf152db3375e76af2e1163aedca01b441d31d0b"),
390
390
  vaultType: {
391
391
  type: VaultType.Other,
392
392
  description: "BTC YOLO",
@@ -432,7 +432,7 @@ export const YoloVaultStrategies: IStrategyMetadata<YoloVaultSettings>[] = [
432
432
  (t) => t.symbol === "WBTC",
433
433
  )!,
434
434
  maxUnitsSpendPerEpoch: 10,
435
- feeBps: 1000,
435
+ feeBps: 50, // swap fee bps
436
436
  },
437
437
  faqs: [
438
438
  {