@hawksightco/hawk-sdk 1.3.22 → 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.
@@ -2234,9 +2234,9 @@ class MeteoraDlmmDeposit2Automation extends HawksightMeteoraAutomationCpi {
2234
2234
  * @param userPda The user's program-derived address (PDA) as a public key.
2235
2235
  * @param authority The authority public key that has signing capabilities over the transaction.
2236
2236
  */
2237
- constructor(ix, userPda, authority, opt, sighash = util.sighash('add_liquidity_by_strategy2', undefined, true)) {
2238
- // super(ix, userPda, authority, Buffer.from([180, 169, 127, 243, 205, 255, 102, 164]), opt)
2239
- super(ix, userPda, authority, sighash, opt);
2237
+ constructor(ix, userPda, authority, opt) {
2238
+ super(ix, userPda, authority, Buffer.from([3, 221, 149, 218, 111, 141, 118, 213]), opt);
2239
+ // super(ix, userPda, authority, sighash, opt);
2240
2240
  }
2241
2241
  /**
2242
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.22",
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",