@deriverse/kit 1.0.16 → 1.0.17

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -2575,7 +2575,7 @@ class Engine {
2575
2575
  amount: mapsAccountLamports,
2576
2576
  });
2577
2577
  const slot = Number((yield this.rpc.getSlot().send())) - 1;
2578
- const lutAddress = yield getLookupTableAddress(this.signer, slot);
2578
+ const lutAddress = yield getLookupTableAddress(this.drvsAuthority, slot);
2579
2579
  let keys = [
2580
2580
  { address: this.signer, role: kit_1.AccountRole.READONLY_SIGNER },
2581
2581
  { address: this.rootAccount, role: kit_1.AccountRole.WRITABLE },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deriverse/kit",
3
- "version": "1.0.16",
3
+ "version": "1.0.17",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",