@hawksightco/hawk-sdk 1.3.193 → 1.3.194

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.
@@ -728,7 +728,7 @@ class MeteoraDlmmIxGenerator {
728
728
  eventAuthority: METEORA_EVENT_AUTHORITY,
729
729
  meteoraDlmmProgram: METEORA_DLMM_PROGRAM,
730
730
  binArrayBitmapExtension,
731
- fuelAccount: useFuelAccount ? (0, functions_1.generateFuelAccount)(addresses_1.HS_AUTHORITY) : web3.SystemProgram.programId,
731
+ fuelAccount: (0, functions_1.generateFuelAccount)(addresses_1.HS_AUTHORITY),
732
732
  })
733
733
  .remainingAccounts(remainingAccountMeta.length > 0 ? remainingAccountMeta : [])
734
734
  .instruction();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hawksightco/hawk-sdk",
3
- "version": "1.3.193",
3
+ "version": "1.3.194",
4
4
  "description": "Hawksight v2 SDK",
5
5
  "main": "dist/src/index.js",
6
6
  "repository": "https://github.com/ghabxph/hawk-api-client.git",