@hawksightco/hawk-sdk 1.3.75 → 1.3.76

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.
@@ -849,6 +849,7 @@ class ClaimFee2 extends ClaimFee {
849
849
  // Common parameters
850
850
  const userPda = this.userPda;
851
851
  const authority = this.authority;
852
+ const hawksightAuthority = addresses_1.HS_AUTHORITY;
852
853
  const minBinId = this.ix.data.readInt32LE(8);
853
854
  const maxBinId = this.ix.data.readInt32LE(12);
854
855
  const remainingAccountsInfo = this.ix.data.subarray(16);
@@ -858,6 +859,7 @@ class ClaimFee2 extends ClaimFee {
858
859
  .meteoraDlmmClaimFee2(minBinId, maxBinId, remainingAccountsInfo)
859
860
  .accounts({
860
861
  userPda,
862
+ hawksightAuthority,
861
863
  meteoraDlmmProgram: this.ix.keys[13].pubkey,
862
864
  lbPair: this.ix.keys[0].pubkey,
863
865
  position: this.ix.keys[1].pubkey,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hawksightco/hawk-sdk",
3
- "version": "1.3.75",
3
+ "version": "1.3.76",
4
4
  "description": "Hawksight v2 SDK",
5
5
  "main": "dist/src/index.js",
6
6
  "repository": "https://github.com/ghabxph/hawk-api-client.git",