@strkfarm/sdk 1.1.66 → 1.1.68

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.
@@ -30145,7 +30145,6 @@ var UniversalStrategy = class _UniversalStrategy extends BaseStrategy {
30145
30145
  const lastReportTime = await this.contract.call("last_report_timestamp", []);
30146
30146
  const netAPY = await this.netAPY();
30147
30147
  const defispringAPY = (netAPY.splits.find((s) => s.id === "defispring")?.apy || 0) * 0.8;
30148
- if (!defispringAPY) throw new Error("DefiSpring APY not found");
30149
30148
  const timeDiff = Math.round(Date.now() / 1e3) - Number(lastReportTime);
30150
30149
  const growthRate = timeDiff * defispringAPY / (365 * 24 * 60 * 60);
30151
30150
  const rewardAssets = prevAum.multipliedBy(growthRate);
@@ -30553,8 +30552,8 @@ var usdcVaultSettings = {
30553
30552
  aumOracle: ContractAddr.from("0x6faf45ed185dec13ef723c9ead4266cab98d06f2cb237e331b1fa5c2aa79afe"),
30554
30553
  leafAdapters: [],
30555
30554
  adapters: [],
30556
- targetHealthFactor: 1.3,
30557
- minHealthFactor: 1.25
30555
+ targetHealthFactor: 1.25,
30556
+ minHealthFactor: 1.15
30558
30557
  };
30559
30558
  var wbtcVaultSettings = {
30560
30559
  vaultAddress: ContractAddr.from("0x5a4c1651b913aa2ea7afd9024911603152a19058624c3e425405370d62bf80c"),
@@ -30564,8 +30563,8 @@ var wbtcVaultSettings = {
30564
30563
  aumOracle: ContractAddr.from("0x2edf4edbed3f839e7f07dcd913e92299898ff4cf0ba532f8c572c66c5b331b2"),
30565
30564
  leafAdapters: [],
30566
30565
  adapters: [],
30567
- targetHealthFactor: 1.3,
30568
- minHealthFactor: 1.25
30566
+ targetHealthFactor: 1.2,
30567
+ minHealthFactor: 1.15
30569
30568
  };
30570
30569
  var ethVaultSettings = {
30571
30570
  vaultAddress: ContractAddr.from("0x446c22d4d3f5cb52b4950ba832ba1df99464c6673a37c092b1d9622650dbd8"),
@@ -30575,8 +30574,8 @@ var ethVaultSettings = {
30575
30574
  aumOracle: ContractAddr.from("0x4b747f2e75c057bed9aa2ce46fbdc2159dc684c15bd32d4f95983a6ecf39a05"),
30576
30575
  leafAdapters: [],
30577
30576
  adapters: [],
30578
- targetHealthFactor: 1.3,
30579
- minHealthFactor: 1.25
30577
+ targetHealthFactor: 1.25,
30578
+ minHealthFactor: 1.21
30580
30579
  };
30581
30580
  var strkVaultSettings = {
30582
30581
  vaultAddress: ContractAddr.from("0x55d012f57e58c96e0a5c7ebbe55853989d01e6538b15a95e7178aca4af05c21"),
@@ -30586,8 +30585,8 @@ var strkVaultSettings = {
30586
30585
  aumOracle: ContractAddr.from("0x6d7dbfad4bb51715da211468389a623da00c0625f8f6efbea822ee5ac5231f4"),
30587
30586
  leafAdapters: [],
30588
30587
  adapters: [],
30589
- targetHealthFactor: 1.3,
30590
- minHealthFactor: 1.25
30588
+ targetHealthFactor: 1.2,
30589
+ minHealthFactor: 1.15
30591
30590
  };
30592
30591
  var usdtVaultSettings = {
30593
30592
  vaultAddress: ContractAddr.from("0x1c4933d1880c6778585e597154eaca7b428579d72f3aae425ad2e4d26c6bb3"),
@@ -30597,8 +30596,8 @@ var usdtVaultSettings = {
30597
30596
  aumOracle: ContractAddr.from("0x7018f8040c8066a4ab929e6760ae52dd43b6a3a289172f514750a61fcc565cc"),
30598
30597
  leafAdapters: [],
30599
30598
  adapters: [],
30600
- targetHealthFactor: 1.3,
30601
- minHealthFactor: 1.25
30599
+ targetHealthFactor: 1.25,
30600
+ minHealthFactor: 1.15
30602
30601
  };
30603
30602
  function MetaVaultDescription(allowedSources) {
30604
30603
  const logos = {
package/dist/index.js CHANGED
@@ -202,7 +202,7 @@ var Web3Number = class _Web3Number2 extends _Web3Number {
202
202
  [import_util.default.inspect.custom](depth, opts) {
203
203
  return this.toString();
204
204
  }
205
- [Symbol.for("nodejs.util.inspect.custom")](depth, inspectOptions, inspect) {
205
+ [/* @__PURE__ */ Symbol.for("nodejs.util.inspect.custom")](depth, inspectOptions, inspect) {
206
206
  return this.toString();
207
207
  }
208
208
  inspect(depth, opts) {
@@ -264,8 +264,8 @@ var logger = import_winston.default.createLogger({
264
264
  // Add timestamp to log messages
265
265
  import_winston.format.printf(({ timestamp, level, message, ...meta }) => {
266
266
  let msg = `${timestamp} ${level}: ${message}`;
267
- if (meta && meta[Symbol.for("splat")]) {
268
- for (const arg of meta[Symbol.for("splat")]) {
267
+ if (meta && meta[/* @__PURE__ */ Symbol.for("splat")]) {
268
+ for (const arg of meta[/* @__PURE__ */ Symbol.for("splat")]) {
269
269
  if (arg instanceof Error) {
270
270
  msg += `
271
271
  ${arg.stack}`;
@@ -30145,7 +30145,6 @@ var UniversalStrategy = class _UniversalStrategy extends BaseStrategy {
30145
30145
  const lastReportTime = await this.contract.call("last_report_timestamp", []);
30146
30146
  const netAPY = await this.netAPY();
30147
30147
  const defispringAPY = (netAPY.splits.find((s) => s.id === "defispring")?.apy || 0) * 0.8;
30148
- if (!defispringAPY) throw new Error("DefiSpring APY not found");
30149
30148
  const timeDiff = Math.round(Date.now() / 1e3) - Number(lastReportTime);
30150
30149
  const growthRate = timeDiff * defispringAPY / (365 * 24 * 60 * 60);
30151
30150
  const rewardAssets = prevAum.multipliedBy(growthRate);
@@ -30553,8 +30552,8 @@ var usdcVaultSettings = {
30553
30552
  aumOracle: ContractAddr.from("0x6faf45ed185dec13ef723c9ead4266cab98d06f2cb237e331b1fa5c2aa79afe"),
30554
30553
  leafAdapters: [],
30555
30554
  adapters: [],
30556
- targetHealthFactor: 1.3,
30557
- minHealthFactor: 1.25
30555
+ targetHealthFactor: 1.25,
30556
+ minHealthFactor: 1.15
30558
30557
  };
30559
30558
  var wbtcVaultSettings = {
30560
30559
  vaultAddress: ContractAddr.from("0x5a4c1651b913aa2ea7afd9024911603152a19058624c3e425405370d62bf80c"),
@@ -30564,8 +30563,8 @@ var wbtcVaultSettings = {
30564
30563
  aumOracle: ContractAddr.from("0x2edf4edbed3f839e7f07dcd913e92299898ff4cf0ba532f8c572c66c5b331b2"),
30565
30564
  leafAdapters: [],
30566
30565
  adapters: [],
30567
- targetHealthFactor: 1.3,
30568
- minHealthFactor: 1.25
30566
+ targetHealthFactor: 1.2,
30567
+ minHealthFactor: 1.15
30569
30568
  };
30570
30569
  var ethVaultSettings = {
30571
30570
  vaultAddress: ContractAddr.from("0x446c22d4d3f5cb52b4950ba832ba1df99464c6673a37c092b1d9622650dbd8"),
@@ -30575,8 +30574,8 @@ var ethVaultSettings = {
30575
30574
  aumOracle: ContractAddr.from("0x4b747f2e75c057bed9aa2ce46fbdc2159dc684c15bd32d4f95983a6ecf39a05"),
30576
30575
  leafAdapters: [],
30577
30576
  adapters: [],
30578
- targetHealthFactor: 1.3,
30579
- minHealthFactor: 1.25
30577
+ targetHealthFactor: 1.25,
30578
+ minHealthFactor: 1.21
30580
30579
  };
30581
30580
  var strkVaultSettings = {
30582
30581
  vaultAddress: ContractAddr.from("0x55d012f57e58c96e0a5c7ebbe55853989d01e6538b15a95e7178aca4af05c21"),
@@ -30586,8 +30585,8 @@ var strkVaultSettings = {
30586
30585
  aumOracle: ContractAddr.from("0x6d7dbfad4bb51715da211468389a623da00c0625f8f6efbea822ee5ac5231f4"),
30587
30586
  leafAdapters: [],
30588
30587
  adapters: [],
30589
- targetHealthFactor: 1.3,
30590
- minHealthFactor: 1.25
30588
+ targetHealthFactor: 1.2,
30589
+ minHealthFactor: 1.15
30591
30590
  };
30592
30591
  var usdtVaultSettings = {
30593
30592
  vaultAddress: ContractAddr.from("0x1c4933d1880c6778585e597154eaca7b428579d72f3aae425ad2e4d26c6bb3"),
@@ -30597,8 +30596,8 @@ var usdtVaultSettings = {
30597
30596
  aumOracle: ContractAddr.from("0x7018f8040c8066a4ab929e6760ae52dd43b6a3a289172f514750a61fcc565cc"),
30598
30597
  leafAdapters: [],
30599
30598
  adapters: [],
30600
- targetHealthFactor: 1.3,
30601
- minHealthFactor: 1.25
30599
+ targetHealthFactor: 1.25,
30600
+ minHealthFactor: 1.15
30602
30601
  };
30603
30602
  function MetaVaultDescription(allowedSources) {
30604
30603
  const logos = {
package/dist/index.mjs CHANGED
@@ -96,7 +96,7 @@ var Web3Number = class _Web3Number2 extends _Web3Number {
96
96
  [util.inspect.custom](depth, opts) {
97
97
  return this.toString();
98
98
  }
99
- [Symbol.for("nodejs.util.inspect.custom")](depth, inspectOptions, inspect) {
99
+ [/* @__PURE__ */ Symbol.for("nodejs.util.inspect.custom")](depth, inspectOptions, inspect) {
100
100
  return this.toString();
101
101
  }
102
102
  inspect(depth, opts) {
@@ -158,8 +158,8 @@ var logger = winston.createLogger({
158
158
  // Add timestamp to log messages
159
159
  format.printf(({ timestamp, level, message, ...meta }) => {
160
160
  let msg = `${timestamp} ${level}: ${message}`;
161
- if (meta && meta[Symbol.for("splat")]) {
162
- for (const arg of meta[Symbol.for("splat")]) {
161
+ if (meta && meta[/* @__PURE__ */ Symbol.for("splat")]) {
162
+ for (const arg of meta[/* @__PURE__ */ Symbol.for("splat")]) {
163
163
  if (arg instanceof Error) {
164
164
  msg += `
165
165
  ${arg.stack}`;
@@ -30043,7 +30043,6 @@ var UniversalStrategy = class _UniversalStrategy extends BaseStrategy {
30043
30043
  const lastReportTime = await this.contract.call("last_report_timestamp", []);
30044
30044
  const netAPY = await this.netAPY();
30045
30045
  const defispringAPY = (netAPY.splits.find((s) => s.id === "defispring")?.apy || 0) * 0.8;
30046
- if (!defispringAPY) throw new Error("DefiSpring APY not found");
30047
30046
  const timeDiff = Math.round(Date.now() / 1e3) - Number(lastReportTime);
30048
30047
  const growthRate = timeDiff * defispringAPY / (365 * 24 * 60 * 60);
30049
30048
  const rewardAssets = prevAum.multipliedBy(growthRate);
@@ -30451,8 +30450,8 @@ var usdcVaultSettings = {
30451
30450
  aumOracle: ContractAddr.from("0x6faf45ed185dec13ef723c9ead4266cab98d06f2cb237e331b1fa5c2aa79afe"),
30452
30451
  leafAdapters: [],
30453
30452
  adapters: [],
30454
- targetHealthFactor: 1.3,
30455
- minHealthFactor: 1.25
30453
+ targetHealthFactor: 1.25,
30454
+ minHealthFactor: 1.15
30456
30455
  };
30457
30456
  var wbtcVaultSettings = {
30458
30457
  vaultAddress: ContractAddr.from("0x5a4c1651b913aa2ea7afd9024911603152a19058624c3e425405370d62bf80c"),
@@ -30462,8 +30461,8 @@ var wbtcVaultSettings = {
30462
30461
  aumOracle: ContractAddr.from("0x2edf4edbed3f839e7f07dcd913e92299898ff4cf0ba532f8c572c66c5b331b2"),
30463
30462
  leafAdapters: [],
30464
30463
  adapters: [],
30465
- targetHealthFactor: 1.3,
30466
- minHealthFactor: 1.25
30464
+ targetHealthFactor: 1.2,
30465
+ minHealthFactor: 1.15
30467
30466
  };
30468
30467
  var ethVaultSettings = {
30469
30468
  vaultAddress: ContractAddr.from("0x446c22d4d3f5cb52b4950ba832ba1df99464c6673a37c092b1d9622650dbd8"),
@@ -30473,8 +30472,8 @@ var ethVaultSettings = {
30473
30472
  aumOracle: ContractAddr.from("0x4b747f2e75c057bed9aa2ce46fbdc2159dc684c15bd32d4f95983a6ecf39a05"),
30474
30473
  leafAdapters: [],
30475
30474
  adapters: [],
30476
- targetHealthFactor: 1.3,
30477
- minHealthFactor: 1.25
30475
+ targetHealthFactor: 1.25,
30476
+ minHealthFactor: 1.21
30478
30477
  };
30479
30478
  var strkVaultSettings = {
30480
30479
  vaultAddress: ContractAddr.from("0x55d012f57e58c96e0a5c7ebbe55853989d01e6538b15a95e7178aca4af05c21"),
@@ -30484,8 +30483,8 @@ var strkVaultSettings = {
30484
30483
  aumOracle: ContractAddr.from("0x6d7dbfad4bb51715da211468389a623da00c0625f8f6efbea822ee5ac5231f4"),
30485
30484
  leafAdapters: [],
30486
30485
  adapters: [],
30487
- targetHealthFactor: 1.3,
30488
- minHealthFactor: 1.25
30486
+ targetHealthFactor: 1.2,
30487
+ minHealthFactor: 1.15
30489
30488
  };
30490
30489
  var usdtVaultSettings = {
30491
30490
  vaultAddress: ContractAddr.from("0x1c4933d1880c6778585e597154eaca7b428579d72f3aae425ad2e4d26c6bb3"),
@@ -30495,8 +30494,8 @@ var usdtVaultSettings = {
30495
30494
  aumOracle: ContractAddr.from("0x7018f8040c8066a4ab929e6760ae52dd43b6a3a289172f514750a61fcc565cc"),
30496
30495
  leafAdapters: [],
30497
30496
  adapters: [],
30498
- targetHealthFactor: 1.3,
30499
- minHealthFactor: 1.25
30497
+ targetHealthFactor: 1.25,
30498
+ minHealthFactor: 1.15
30500
30499
  };
30501
30500
  function MetaVaultDescription(allowedSources) {
30502
30501
  const logos = {
package/package.json CHANGED
@@ -1,80 +1,79 @@
1
1
  {
2
- "name": "@strkfarm/sdk",
3
- "version": "1.1.66",
4
- "description": "STRKFarm TS SDK (Meant for our internal use, but feel free to use it)",
5
- "typings": "dist/index.d.ts",
6
- "types": "dist/index.d.ts",
7
- "bin": {
8
- "accountsecure": "dist/cli.js"
9
- },
10
- "exports": {
11
-
12
- ".": {
13
- "import": {
14
- "browser": "./dist/index.browser.mjs",
15
- "default": "./dist/index.mjs"
16
- },
17
- "require": {
18
- "browser": "./dist/index.browser.global.js",
19
- "default": "./dist/index.js"
20
- },
21
- "browser": "./dist/index.browser.global.js",
22
- "types": "./dist/index.d.ts"
2
+ "name": "@strkfarm/sdk",
3
+ "version": "1.1.68",
4
+ "description": "STRKFarm TS SDK (Meant for our internal use, but feel free to use it)",
5
+ "typings": "dist/index.d.ts",
6
+ "types": "dist/index.d.ts",
7
+ "bin": {
8
+ "accountsecure": "dist/cli.js"
9
+ },
10
+ "exports": {
11
+ ".": {
12
+ "import": {
13
+ "browser": "./dist/index.browser.mjs",
14
+ "default": "./dist/index.mjs"
15
+ },
16
+ "require": {
17
+ "browser": "./dist/index.browser.global.js",
18
+ "default": "./dist/index.js"
19
+ },
20
+ "browser": "./dist/index.browser.global.js",
21
+ "types": "./dist/index.d.ts"
22
+ }
23
+ },
24
+ "files": [
25
+ "dist",
26
+ "src"
27
+ ],
28
+ "scripts": {
29
+ "test": "jest",
30
+ "build": "tsup --clean && pnpm run build:esm && npm run build:dts && npm run build:iife && npm run build-cli && pnpm run build:iife-esm",
31
+ "build:esm": "tsup --clean false --format esm --platform node",
32
+ "build-cli:esm": "tsup ./src/cli.ts --clean false --format esm --platform node",
33
+ "build-cli": "tsup ./src/cli.ts --clean false && pnpm run build-cli:esm",
34
+ "build:dts": "tsup --clean false --dts-only",
35
+ "build:iife": "tsup --clean false --format iife --platform browser",
36
+ "build:iife-esm": "tsup --clean false --format iife --format esm --platform browser"
37
+ },
38
+ "keywords": [],
39
+ "author": "",
40
+ "license": "ISC",
41
+ "devDependencies": {
42
+ "@types/jest": "^29.5.12",
43
+ "@types/node-telegram-bot-api": "^0.64.7",
44
+ "jest": "^29.7.0",
45
+ "jest-environment-jsdom": "^29.7.0",
46
+ "request": "^2.88.2",
47
+ "ts-jest": "^29.1.5",
48
+ "ts-node": "^10.9.2",
49
+ "tsup": "^8.1.0",
50
+ "typedoc": "^0.26.3",
51
+ "typescript": "^5.5.3"
52
+ },
53
+ "peerDependencies": {
54
+ "@types/react": "^19.1.2",
55
+ "axios": "^1.7.2",
56
+ "react": "19.1.2",
57
+ "starknet": "8.5.2"
58
+ },
59
+ "dependencies": {
60
+ "@apollo/client": "3.11.8",
61
+ "@avnu/avnu-sdk": "3.0.2",
62
+ "@ericnordelo/strk-merkle-tree": "^1.0.0",
63
+ "@noble/curves": "^1.0.0",
64
+ "@noble/hashes": "^2.0.0",
65
+ "@scure/starknet": "^2.0.0",
66
+ "bignumber.js": "4.0.4",
67
+ "browser-assert": "^1.2.1",
68
+ "chalk": "^4.1.2",
69
+ "commander": "^12.1.0",
70
+ "ethers": "^6.13.5",
71
+ "graphql": "16.9.0",
72
+ "inquirer": "^10.1.2",
73
+ "node-telegram-bot-api": "^0.66.0",
74
+ "proxy-from-env": "^1.1.0",
75
+ "redis": "^4.7.0",
76
+ "stacktrace-js": "^2.0.2",
77
+ "winston": "^3.13.0"
23
78
  }
24
- },
25
- "files": [
26
- "dist",
27
- "src"
28
- ],
29
- "scripts": {
30
- "test": "jest",
31
- "build": "tsup --clean && pnpm run build:esm && npm run build:dts && npm run build:iife && npm run build-cli && pnpm run build:iife-esm",
32
- "build:esm": "tsup --clean false --format esm --platform node",
33
- "build-cli:esm": "tsup ./src/cli.ts --clean false --format esm --platform node",
34
- "build-cli": "tsup ./src/cli.ts --clean false && pnpm run build-cli:esm",
35
- "build:dts": "tsup --clean false --dts-only",
36
- "build:iife": "tsup --clean false --format iife --platform browser",
37
- "build:iife-esm": "tsup --clean false --format iife --format esm --platform browser"
38
- },
39
- "keywords": [],
40
- "author": "",
41
- "license": "ISC",
42
- "devDependencies": {
43
- "@types/jest": "^29.5.12",
44
- "@types/node-telegram-bot-api": "^0.64.7",
45
- "jest": "^29.7.0",
46
- "jest-environment-jsdom": "^29.7.0",
47
- "request": "^2.88.2",
48
- "ts-jest": "^29.1.5",
49
- "ts-node": "^10.9.2",
50
- "tsup": "^8.1.0",
51
- "typedoc": "^0.26.3",
52
- "typescript": "^5.5.3"
53
- },
54
- "peerDependencies": {
55
- "@types/react": "^19.1.2",
56
- "axios": "^1.7.2",
57
- "react": "19.1.0",
58
- "starknet": "8.5.2"
59
- },
60
- "dependencies": {
61
- "@apollo/client": "3.11.8",
62
- "@avnu/avnu-sdk": "3.0.2",
63
- "@ericnordelo/strk-merkle-tree": "^1.0.0",
64
- "@noble/curves": "^1.0.0",
65
- "@noble/hashes": "^2.0.0",
66
- "@scure/starknet": "^2.0.0",
67
- "bignumber.js": "4.0.4",
68
- "browser-assert": "^1.2.1",
69
- "chalk": "^4.1.2",
70
- "commander": "^12.1.0",
71
- "ethers": "^6.13.5",
72
- "graphql": "16.9.0",
73
- "inquirer": "^10.1.2",
74
- "node-telegram-bot-api": "^0.66.0",
75
- "proxy-from-env": "^1.1.0",
76
- "redis": "^4.7.0",
77
- "stacktrace-js": "^2.0.2",
78
- "winston": "^3.13.0"
79
- }
80
79
  }
@@ -427,7 +427,7 @@ export class UniversalStrategy<
427
427
  const netAPY = await this.netAPY();
428
428
  // account only 80% of value
429
429
  const defispringAPY = (netAPY.splits.find(s => s.id === 'defispring')?.apy || 0) * 0.8;
430
- if (!defispringAPY) throw new Error('DefiSpring APY not found');
430
+ // if (!defispringAPY) throw new Error('DefiSpring APY not found');
431
431
 
432
432
  // compute rewards contribution to AUM
433
433
  const timeDiff = (Math.round(Date.now() / 1000) - Number(lastReportTime));
@@ -925,8 +925,8 @@ const usdcVaultSettings: UniversalStrategySettings = {
925
925
  aumOracle: ContractAddr.from("0x6faf45ed185dec13ef723c9ead4266cab98d06f2cb237e331b1fa5c2aa79afe"),
926
926
  leafAdapters: [],
927
927
  adapters: [],
928
- targetHealthFactor: 1.3,
929
- minHealthFactor: 1.25
928
+ targetHealthFactor: 1.25,
929
+ minHealthFactor: 1.15
930
930
  }
931
931
 
932
932
  const wbtcVaultSettings: UniversalStrategySettings = {
@@ -937,8 +937,8 @@ const wbtcVaultSettings: UniversalStrategySettings = {
937
937
  aumOracle: ContractAddr.from("0x2edf4edbed3f839e7f07dcd913e92299898ff4cf0ba532f8c572c66c5b331b2"),
938
938
  leafAdapters: [],
939
939
  adapters: [],
940
- targetHealthFactor: 1.3,
941
- minHealthFactor: 1.25
940
+ targetHealthFactor: 1.20,
941
+ minHealthFactor: 1.15
942
942
  }
943
943
 
944
944
  const ethVaultSettings: UniversalStrategySettings = {
@@ -949,8 +949,8 @@ const ethVaultSettings: UniversalStrategySettings = {
949
949
  aumOracle: ContractAddr.from("0x4b747f2e75c057bed9aa2ce46fbdc2159dc684c15bd32d4f95983a6ecf39a05"),
950
950
  leafAdapters: [],
951
951
  adapters: [],
952
- targetHealthFactor: 1.3,
953
- minHealthFactor: 1.25
952
+ targetHealthFactor: 1.25,
953
+ minHealthFactor: 1.21
954
954
  }
955
955
 
956
956
  const strkVaultSettings: UniversalStrategySettings = {
@@ -961,8 +961,8 @@ const strkVaultSettings: UniversalStrategySettings = {
961
961
  aumOracle: ContractAddr.from("0x6d7dbfad4bb51715da211468389a623da00c0625f8f6efbea822ee5ac5231f4"),
962
962
  leafAdapters: [],
963
963
  adapters: [],
964
- targetHealthFactor: 1.3,
965
- minHealthFactor: 1.25
964
+ targetHealthFactor: 1.20,
965
+ minHealthFactor: 1.15
966
966
  }
967
967
 
968
968
  const usdtVaultSettings: UniversalStrategySettings = {
@@ -973,8 +973,8 @@ const usdtVaultSettings: UniversalStrategySettings = {
973
973
  aumOracle: ContractAddr.from("0x7018f8040c8066a4ab929e6760ae52dd43b6a3a289172f514750a61fcc565cc"),
974
974
  leafAdapters: [],
975
975
  adapters: [],
976
- targetHealthFactor: 1.3,
977
- minHealthFactor: 1.25
976
+ targetHealthFactor: 1.25,
977
+ minHealthFactor: 1.15
978
978
  }
979
979
 
980
980
  type AllowedSources = 'vesu' | 'endur' | 'extended';