@hawksightco/hawk-sdk 1.3.255 → 1.3.256

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.
@@ -6492,7 +6492,7 @@ class Transactions {
6492
6492
  try {
6493
6493
  const MAX_INIT_WIDTH = 70;
6494
6494
  const MAX_EXTEND_LENGTH = 91;
6495
- const MAX_BINS_PER_WITHDRAW_CHUNK = 175;
6495
+ const MAX_BINS_PER_WITHDRAW_CHUNK = 125;
6496
6496
  const CHUNKS_PER_TRANSACTION = 3;
6497
6497
  const CLASS = 'meteoraRebalanceHybridLiquidityV2Automation';
6498
6498
  // --- Validate layers ---
@@ -6786,7 +6786,7 @@ class Transactions {
6786
6786
  return __awaiter(this, arguments, void 0, function* ({ connection, params, }) {
6787
6787
  var _b, _c;
6788
6788
  try {
6789
- const MAX_BINS_PER_WITHDRAW_CHUNK = 150;
6789
+ const MAX_BINS_PER_WITHDRAW_CHUNK = 125;
6790
6790
  const CHUNKS_PER_TRANSACTION = 3;
6791
6791
  const CLASS = 'meteoraRedepositHybridLiquidityV2Automation';
6792
6792
  // --- Validate layers ---
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hawksightco/hawk-sdk",
3
- "version": "1.3.255",
3
+ "version": "1.3.256",
4
4
  "description": "Hawksight v2 SDK",
5
5
  "main": "dist/src/index.js",
6
6
  "repository": "https://github.com/ghabxph/hawk-api-client.git",