@hawksightco/hawk-sdk 1.3.232 → 1.3.233

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.
@@ -7196,7 +7196,7 @@ class Transactions {
7196
7196
  shouldClaimReward: false,
7197
7197
  removeLiquidityParams: [],
7198
7198
  addLiquidityParams,
7199
- maxActiveBinSlippage: 0,
7199
+ maxActiveBinSlippage: 1,
7200
7200
  }),
7201
7201
  };
7202
7202
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hawksightco/hawk-sdk",
3
- "version": "1.3.232",
3
+ "version": "1.3.233",
4
4
  "description": "Hawksight v2 SDK",
5
5
  "main": "dist/src/index.js",
6
6
  "repository": "https://github.com/ghabxph/hawk-api-client.git",