@xitadel-fi/sdk 0.1.5 → 0.1.6

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.
@@ -568,9 +568,7 @@ class XitadelProgram {
568
568
  recentSlot: await this.program.provider.connection.getSlot(),
569
569
  });
570
570
  const addresses = [
571
- signer,
572
571
  lttConfigPda,
573
- lpAuthority,
574
572
  poolAuthority,
575
573
  pool,
576
574
  poolb,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": false,
3
3
  "name": "@xitadel-fi/sdk",
4
- "version": "0.1.5",
4
+ "version": "0.1.6",
5
5
  "description": "SDK for interacting with the Xitadel program",
6
6
  "main": "dist/sdk/src/index.js",
7
7
  "types": "dist/sdk/src/index.d.ts",