@strkfarm/sdk 2.0.0-dev.45 → 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.
@@ -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
  },
@@ -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
@@ -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
@@ -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.45",
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
  },