@hawksightco/hawk-sdk 1.3.113 → 1.3.114

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.
@@ -1947,7 +1947,7 @@ class ClaimRewardAutomation extends HawksightMeteoraAutomationCpi {
1947
1947
  * @param authority The authority public key that has signing capabilities over the transaction.
1948
1948
  */
1949
1949
  constructor(ix, userPda, authority, opt) {
1950
- super(ix, userPda, authority, util.sighash("ClaimReward"), opt);
1950
+ super(ix, userPda, authority, util.sighash("claim_reward2", undefined, true), opt);
1951
1951
  }
1952
1952
  /**
1953
1953
  * Adjusts transaction keys to facilitate the claiming of rewards.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hawksightco/hawk-sdk",
3
- "version": "1.3.113",
3
+ "version": "1.3.114",
4
4
  "description": "Hawksight v2 SDK",
5
5
  "main": "dist/src/index.js",
6
6
  "repository": "https://github.com/ghabxph/hawk-api-client.git",