@hawksightco/hawk-sdk 1.1.3 → 1.1.5
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/meteora.js +4 -4
- package/package.json +1 -1
package/dist/src/meteora.js
CHANGED
|
@@ -573,12 +573,12 @@ class RemoveLiquidityBuilder {
|
|
|
573
573
|
return;
|
|
574
574
|
}
|
|
575
575
|
const userPda = this.mainIxs[index].keys[1].pubkey;
|
|
576
|
-
const tokenXMint = this.mainIxs[index].keys[
|
|
577
|
-
const tokenYMint = this.mainIxs[index].keys[
|
|
576
|
+
const tokenXMint = this.mainIxs[index].keys[14].pubkey;
|
|
577
|
+
const tokenYMint = this.mainIxs[index].keys[15].pubkey;
|
|
578
578
|
const staTokenX = (0, functions_1.generateUserPdaStorageAccount)(userPda, tokenXMint);
|
|
579
579
|
const staTokenY = (0, functions_1.generateUserPdaStorageAccount)(userPda, tokenYMint);
|
|
580
|
-
this.mainIxs[index].keys[
|
|
581
|
-
this.mainIxs[index].keys[
|
|
580
|
+
this.mainIxs[index].keys[12].pubkey = staTokenX;
|
|
581
|
+
this.mainIxs[index].keys[13].pubkey = staTokenY;
|
|
582
582
|
}
|
|
583
583
|
/**
|
|
584
584
|
* Replaces reward token into storage token account
|