@hawksightco/hawk-sdk 1.3.242 → 1.3.243

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.
@@ -1818,7 +1818,7 @@ class Transactions {
1818
1818
  toBinId: position.upperBinId,
1819
1819
  bps: new bn_js_1.default(10000),
1820
1820
  shouldClaimAndClose: true,
1821
- pdaTokenType: params.useAta ? types_1.TokenType.ATA : types_1.TokenType.STA,
1821
+ pdaTokenType: types_1.TokenType.ATA,
1822
1822
  rewardClaimMode: 'automation',
1823
1823
  }, hsToMeteora_1.meteoraToHawksightAutomationIxs);
1824
1824
  if (params.useAta) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hawksightco/hawk-sdk",
3
- "version": "1.3.242",
3
+ "version": "1.3.243",
4
4
  "description": "Hawksight v2 SDK",
5
5
  "main": "dist/src/index.js",
6
6
  "repository": "https://github.com/ghabxph/hawk-api-client.git",