@hawksightco/hawk-sdk 1.2.110 → 1.2.111

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.
@@ -210,8 +210,8 @@ class IyfMainIxGenerator {
210
210
  })
211
211
  .remainingAccounts(ix.keys.slice(2))
212
212
  .instruction();
213
- // Retain the signer status of the authority
214
- wrapIx.keys[1].isSigner = ix.keys[1].isSigner;
213
+ // Retain the mutable status of the authority
214
+ wrapIx.keys[1].isWritable = ix.keys[1].isWritable;
215
215
  // Generate iyf extension instruction
216
216
  return wrapIx;
217
217
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hawksightco/hawk-sdk",
3
- "version": "1.2.110",
3
+ "version": "1.2.111",
4
4
  "description": "Hawksight v2 SDK",
5
5
  "main": "dist/src/index.js",
6
6
  "repository": "https://github.com/ghabxph/hawk-api-client.git",