@hawksightco/hawk-sdk 1.3.27 → 1.3.28
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 -2
- package/package.json +1 -1
package/dist/src/hsToMeteora.js
CHANGED
|
@@ -2864,8 +2864,8 @@ class MeteoraDlmmDeposit2 extends HawksightMeteoraCpi {
|
|
|
2864
2864
|
const userPda = this.userPda;
|
|
2865
2865
|
const authority = this.authority;
|
|
2866
2866
|
// Get token mints X and Y
|
|
2867
|
-
const tokenXMint = this.ix.keys[
|
|
2868
|
-
const tokenYMint = this.ix.keys[
|
|
2867
|
+
const tokenXMint = this.ix.keys[8].pubkey;
|
|
2868
|
+
const tokenYMint = this.ix.keys[9].pubkey;
|
|
2869
2869
|
// Generate IX via extension contract
|
|
2870
2870
|
const data = this.ix.data.subarray(8);
|
|
2871
2871
|
const activeId = data.subarray(0, 4).readInt32LE();
|