@hawksightco/hawk-sdk 1.3.21 → 1.3.23

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.
@@ -2235,9 +2235,8 @@ class MeteoraDlmmDeposit2Automation extends HawksightMeteoraAutomationCpi {
2235
2235
  * @param authority The authority public key that has signing capabilities over the transaction.
2236
2236
  */
2237
2237
  constructor(ix, userPda, authority, opt) {
2238
- //
2239
- // super(ix, userPda, authority, Buffer.from([180, 169, 127, 243, 205, 255, 102, 164]), opt)
2240
- super(ix, userPda, authority, util.sighash("add_liquidity_by_strategy2", undefined, true), opt);
2238
+ super(ix, userPda, authority, Buffer.from([3, 221, 149, 218, 111, 141, 118, 213]), opt);
2239
+ // super(ix, userPda, authority, sighash, opt);
2241
2240
  }
2242
2241
  /**
2243
2242
  * Modifies transaction keys for the purpose of depositing liquidity.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hawksightco/hawk-sdk",
3
- "version": "1.3.21",
3
+ "version": "1.3.23",
4
4
  "description": "Hawksight v2 SDK",
5
5
  "main": "dist/src/index.js",
6
6
  "repository": "https://github.com/ghabxph/hawk-api-client.git",