@strkfarm/sdk 2.0.0-dev.44 → 2.0.0-dev.46

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.
@@ -127350,7 +127350,7 @@ spurious results.`);
127350
127350
  );
127351
127351
  return {
127352
127352
  isPaused: false,
127353
- liveStatus: "Hot & New \u{1F525}" /* HOT */,
127353
+ liveStatus: lstSymbol === "xSTRK" ? "Hot & New \u{1F525}" /* HOT */ : lstSymbol == "xWBTC" || lstSymbol == "xtBTC" ? "Active" /* ACTIVE */ : "Deprecated" /* DEPRECATED */,
127354
127354
  isAudited: true,
127355
127355
  isInstantWithdrawal: false,
127356
127356
  hideHarvestInfo: true,
@@ -128381,7 +128381,7 @@ spurious results.`);
128381
128381
  // TODO
128382
128382
  accessControl: {
128383
128383
  type: "Standard Account" /* STANDARD_ACCOUNT */,
128384
- addresses: [ContractAddr.from("0x0")],
128384
+ addresses: [ContractAddr.from("0x055d39827894c40F04fe3a314Ad013Bf9Bc5220F7eB6CD8863212DCba6C0e16E")],
128385
128385
  timeLock: "0 Days"
128386
128386
  }
128387
128387
  },
@@ -39357,7 +39357,7 @@ function createHyperLSTSettings(lstSymbol, underlyingSymbol) {
39357
39357
  );
39358
39358
  return {
39359
39359
  isPaused: false,
39360
- liveStatus: "Hot & New \u{1F525}" /* HOT */,
39360
+ liveStatus: lstSymbol === "xSTRK" ? "Hot & New \u{1F525}" /* HOT */ : lstSymbol == "xWBTC" || lstSymbol == "xtBTC" ? "Active" /* ACTIVE */ : "Deprecated" /* DEPRECATED */,
39361
39361
  isAudited: true,
39362
39362
  isInstantWithdrawal: false,
39363
39363
  hideHarvestInfo: true,
@@ -40389,7 +40389,7 @@ function getStrategySettings2(settings, meta) {
40389
40389
  // TODO
40390
40390
  accessControl: {
40391
40391
  type: "Standard Account" /* STANDARD_ACCOUNT */,
40392
- addresses: [ContractAddr.from("0x0")],
40392
+ addresses: [ContractAddr.from("0x055d39827894c40F04fe3a314Ad013Bf9Bc5220F7eB6CD8863212DCba6C0e16E")],
40393
40393
  timeLock: "0 Days"
40394
40394
  }
40395
40395
  },
package/dist/index.js CHANGED
@@ -39690,7 +39690,7 @@ function createHyperLSTSettings(lstSymbol, underlyingSymbol) {
39690
39690
  );
39691
39691
  return {
39692
39692
  isPaused: false,
39693
- liveStatus: "Hot & New \u{1F525}" /* HOT */,
39693
+ liveStatus: lstSymbol === "xSTRK" ? "Hot & New \u{1F525}" /* HOT */ : lstSymbol == "xWBTC" || lstSymbol == "xtBTC" ? "Active" /* ACTIVE */ : "Deprecated" /* DEPRECATED */,
39694
39694
  isAudited: true,
39695
39695
  isInstantWithdrawal: false,
39696
39696
  hideHarvestInfo: true,
@@ -40722,7 +40722,7 @@ function getStrategySettings2(settings, meta) {
40722
40722
  // TODO
40723
40723
  accessControl: {
40724
40724
  type: "Standard Account" /* STANDARD_ACCOUNT */,
40725
- addresses: [ContractAddr.from("0x0")],
40725
+ addresses: [ContractAddr.from("0x055d39827894c40F04fe3a314Ad013Bf9Bc5220F7eB6CD8863212DCba6C0e16E")],
40726
40726
  timeLock: "0 Days"
40727
40727
  }
40728
40728
  },
package/dist/index.mjs CHANGED
@@ -39524,7 +39524,7 @@ function createHyperLSTSettings(lstSymbol, underlyingSymbol) {
39524
39524
  );
39525
39525
  return {
39526
39526
  isPaused: false,
39527
- liveStatus: "Hot & New \u{1F525}" /* HOT */,
39527
+ liveStatus: lstSymbol === "xSTRK" ? "Hot & New \u{1F525}" /* HOT */ : lstSymbol == "xWBTC" || lstSymbol == "xtBTC" ? "Active" /* ACTIVE */ : "Deprecated" /* DEPRECATED */,
39528
39528
  isAudited: true,
39529
39529
  isInstantWithdrawal: false,
39530
39530
  hideHarvestInfo: true,
@@ -40556,7 +40556,7 @@ function getStrategySettings2(settings, meta) {
40556
40556
  // TODO
40557
40557
  accessControl: {
40558
40558
  type: "Standard Account" /* STANDARD_ACCOUNT */,
40559
- addresses: [ContractAddr.from("0x0")],
40559
+ addresses: [ContractAddr.from("0x055d39827894c40F04fe3a314Ad013Bf9Bc5220F7eB6CD8863212DCba6C0e16E")],
40560
40560
  timeLock: "0 Days"
40561
40561
  }
40562
40562
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@strkfarm/sdk",
3
- "version": "2.0.0-dev.44",
3
+ "version": "2.0.0-dev.46",
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",
@@ -1220,7 +1220,7 @@ function getStrategySettings(
1220
1220
  // TODO
1221
1221
  accessControl: {
1222
1222
  type: AccessControlType.STANDARD_ACCOUNT,
1223
- addresses: [ContractAddr.from("0x0")],
1223
+ addresses: [ContractAddr.from("0x055d39827894c40F04fe3a314Ad013Bf9Bc5220F7eB6CD8863212DCba6C0e16E")],
1224
1224
  timeLock: "0 Days",
1225
1225
  },
1226
1226
  },