@hawksightco/hawk-sdk 1.3.4 → 1.3.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 +2 -2
- package/package.json +1 -1
package/dist/src/meteora.js
CHANGED
|
@@ -1345,8 +1345,8 @@ class InitializePositionAndAddLiquidityByStrategyBuilder {
|
|
|
1345
1345
|
*/
|
|
1346
1346
|
default() {
|
|
1347
1347
|
return [
|
|
1348
|
-
// Step 1: Init wSOL token account for user wallet (if X or Y token is wSOL)
|
|
1349
|
-
...this.wrapSolIxs,
|
|
1348
|
+
// // Step 1: Init wSOL token account for user wallet (if X or Y token is wSOL)
|
|
1349
|
+
// ...this.wrapSolIxs,
|
|
1350
1350
|
// Step 2: Deposit X and Y token to UserPDA
|
|
1351
1351
|
this.depositToPdaIxs,
|
|
1352
1352
|
// Step 3: Add liquidity by strategy
|