@hawksightco/hawk-sdk 1.1.33 → 1.1.35

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.
@@ -623,7 +623,7 @@ class MeteoraFunctions {
623
623
  ],
624
624
  data: Buffer.concat([
625
625
  (0, functions_1.sighash)('ClaimReward'),
626
- (new bn_js_1.default(i)).toBuffer('le', 8),
626
+ (new bn_js_1.default(i)).toArrayLike(Buffer, 'le', 8),
627
627
  ]),
628
628
  });
629
629
  ixs.push(ix);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hawksightco/hawk-sdk",
3
- "version": "1.1.33",
3
+ "version": "1.1.35",
4
4
  "description": "Hawksight v2 SDK",
5
5
  "main": "dist/src/index.js",
6
6
  "repository": "https://github.com/ghabxph/hawk-api-client.git",