@hawksightco/hawk-sdk 1.3.44 → 1.3.45
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 +1 -1
- package/package.json +1 -1
package/dist/src/hsToMeteora.js
CHANGED
|
@@ -2356,7 +2356,7 @@ class MeteoraDlmmWithdraw2Automation extends HawksightMeteoraAutomationCpi {
|
|
|
2356
2356
|
* @param authority The authority public key that has signing capabilities over the transaction.
|
|
2357
2357
|
*/
|
|
2358
2358
|
constructor(ix, userPda, authority, opt) {
|
|
2359
|
-
super(ix, userPda, authority,
|
|
2359
|
+
super(ix, userPda, authority, util.sighash("remove_liquidity_by_range2", undefined, true), opt);
|
|
2360
2360
|
}
|
|
2361
2361
|
/**
|
|
2362
2362
|
* Modifies transaction keys for the purpose of withdrawing liquidity.
|