@hawksightco/hawk-sdk 1.2.105 → 1.2.106

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.
@@ -430,9 +430,9 @@ class IyfExtensionIxGenerator {
430
430
  ix: new web3.TransactionInstruction({
431
431
  programId: addresses_1.IYF_EXTENSION,
432
432
  keys: [
433
- { pubkey: addresses_1.RAYDIUM_PROGRAM, isSigner: false, isWritable: false },
434
433
  { pubkey: userPda, isSigner: false, isWritable: false },
435
434
  { pubkey: addresses_1.HS_AUTHORITY, isSigner: true, isWritable: false },
435
+ { pubkey: addresses_1.RAYDIUM_PROGRAM, isSigner: false, isWritable: false },
436
436
  { pubkey: nftOwner, isSigner: false, isWritable: false },
437
437
  { pubkey: personalPosition, isSigner: false, isWritable: false },
438
438
  { pubkey: protocolPosition, isSigner: false, isWritable: false },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hawksightco/hawk-sdk",
3
- "version": "1.2.105",
3
+ "version": "1.2.106",
4
4
  "description": "Hawksight v2 SDK",
5
5
  "main": "dist/src/index.js",
6
6
  "repository": "https://github.com/ghabxph/hawk-api-client.git",