@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.
- package/dist/index.js +1 -1
- 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.
|
|
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 },
|