@hawksightco/hawk-sdk 1.1.5 → 1.1.6
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
|
@@ -642,10 +642,10 @@ class InitializePositionAndAddLiquidityByStrategyBuilder {
|
|
|
642
642
|
this.depositToPdaIxs,
|
|
643
643
|
// Step 3: Add liquidity by strategy
|
|
644
644
|
...this.mainIxs,
|
|
645
|
-
// Step 4: Refund dust to user wallet
|
|
646
|
-
this.refundDustIxs,
|
|
647
|
-
// Step 5: Close wSOL account (if there's any)
|
|
648
|
-
...this.unwrapWsolIxs,
|
|
645
|
+
// // Step 4: Refund dust to user wallet
|
|
646
|
+
// this.refundDustIxs,
|
|
647
|
+
// // Step 5: Close wSOL account (if there's any)
|
|
648
|
+
// ...this.unwrapWsolIxs,
|
|
649
649
|
];
|
|
650
650
|
}
|
|
651
651
|
}
|