@hawksightco/hawk-sdk 1.3.68 → 1.3.69
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
|
@@ -2567,7 +2567,7 @@ class MeteoraDlmmWithdraw2Automation extends HawksightMeteoraAutomationCpi {
|
|
|
2567
2567
|
hawksightAuthority,
|
|
2568
2568
|
position: this.ix.keys[0].pubkey,
|
|
2569
2569
|
lbPair: this.ix.keys[1].pubkey,
|
|
2570
|
-
binArrayBitmapExtension: this.ix.keys[2].pubkey,
|
|
2570
|
+
binArrayBitmapExtension: addresses_1.METEORA_DLMM_PROGRAM, //this.ix.keys[2].pubkey,
|
|
2571
2571
|
userTokenX: this.ix.keys[3].pubkey,
|
|
2572
2572
|
userTokenY: this.ix.keys[4].pubkey,
|
|
2573
2573
|
reserveX: this.ix.keys[5].pubkey,
|