@hawksightco/hawk-sdk 1.3.230 → 1.3.231

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.
@@ -6699,11 +6699,11 @@ class Transactions {
6699
6699
  checkRange: params.checkRange,
6700
6700
  pdaTokenType: types_1.TokenType.ATA,
6701
6701
  });
6702
- rebuildTxGroups[rebuildTxGroups.length - 1].push({
6703
- label: 'sweep_dust',
6704
- class: CLASS,
6705
- instruction: sweepIx,
6706
- });
6702
+ rebuildTxGroups.push([{
6703
+ label: 'sweep_dust',
6704
+ class: CLASS,
6705
+ instruction: sweepIx,
6706
+ }]);
6707
6707
  // =========================================================================
6708
6708
  // Assemble final TX list
6709
6709
  // =========================================================================
@@ -6923,11 +6923,11 @@ class Transactions {
6923
6923
  optionalTokenYAmount: undefined, // sweep — use full ATA balance
6924
6924
  pdaTokenType: types_1.TokenType.ATA,
6925
6925
  });
6926
- depositTxGroups[depositTxGroups.length - 1].push({
6927
- label: 'sweep_dust',
6928
- class: CLASS,
6929
- instruction: sweepIx,
6930
- });
6926
+ depositTxGroups.push([{
6927
+ label: 'sweep_dust',
6928
+ class: CLASS,
6929
+ instruction: sweepIx,
6930
+ }]);
6931
6931
  // =========================================================================
6932
6932
  // Assemble final TX list
6933
6933
  // =========================================================================
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hawksightco/hawk-sdk",
3
- "version": "1.3.230",
3
+ "version": "1.3.231",
4
4
  "description": "Hawksight v2 SDK",
5
5
  "main": "dist/src/index.js",
6
6
  "repository": "https://github.com/ghabxph/hawk-api-client.git",