@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.
- package/dist/src/classes/Transactions.js +10 -10
- package/package.json +1 -1
|
@@ -6699,11 +6699,11 @@ class Transactions {
|
|
|
6699
6699
|
checkRange: params.checkRange,
|
|
6700
6700
|
pdaTokenType: types_1.TokenType.ATA,
|
|
6701
6701
|
});
|
|
6702
|
-
rebuildTxGroups
|
|
6703
|
-
|
|
6704
|
-
|
|
6705
|
-
|
|
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
|
|
6927
|
-
|
|
6928
|
-
|
|
6929
|
-
|
|
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
|
// =========================================================================
|