@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.
- package/dist/src/hsToMeteora.js +2 -0
- package/package.json +1 -1
package/dist/src/hsToMeteora.js
CHANGED
|
@@ -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,
|