@hawksightco/hawk-sdk 1.3.55 → 1.3.56
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 +2 -2
- package/package.json +1 -1
package/dist/src/hsToMeteora.js
CHANGED
|
@@ -2356,9 +2356,9 @@ class ClosePositionIfEmptyAutomation extends HawksightMeteoraAutomationCpi {
|
|
|
2356
2356
|
authority,
|
|
2357
2357
|
iyfProgram,
|
|
2358
2358
|
hawksightAuthority,
|
|
2359
|
-
position: this.ix.keys[0].pubkey,
|
|
2359
|
+
position: hawksightAuthority, //this.ix.keys[0].pubkey,
|
|
2360
2360
|
lbPair: lbPair,
|
|
2361
|
-
eventAuthority: this.ix.keys[3].pubkey,
|
|
2361
|
+
eventAuthority: hawksightAuthority, //this.ix.keys[3].pubkey,
|
|
2362
2362
|
meteoraDlmmProgram: addresses_1.METEORA_DLMM_PROGRAM,
|
|
2363
2363
|
fuelAccount: fuelAccount,
|
|
2364
2364
|
}).instruction();
|