@hawksightco/hawk-sdk 1.3.128 → 1.3.129
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 +4 -0
- package/package.json +1 -1
package/dist/src/hsToMeteora.js
CHANGED
|
@@ -2588,6 +2588,10 @@ class MeteoraDlmmWithdraw2Automation extends HawksightMeteoraAutomationCpi {
|
|
|
2588
2588
|
})
|
|
2589
2589
|
.remainingAccounts(withdrawIx.keys.slice(2))
|
|
2590
2590
|
.instruction();
|
|
2591
|
+
const position2 = ix.keys[3].pubkey;
|
|
2592
|
+
const lbPair2 = ix.keys[4].pubkey;
|
|
2593
|
+
console.log(`withdraw position2:`, position2.toString());
|
|
2594
|
+
console.log(`withdraw lbPair2:`, lbPair2.toString());
|
|
2591
2595
|
// Override the instruction
|
|
2592
2596
|
this._ix = ix;
|
|
2593
2597
|
});
|