@bytezhang/ledger-adapter 0.0.11 → 0.0.13
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/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +10 -36
package/dist/index.mjs
CHANGED
|
@@ -1585,7 +1585,7 @@ var LedgerConnectorBase = class {
|
|
|
1585
1585
|
}
|
|
1586
1586
|
async _createSolSigner(sessionId) {
|
|
1587
1587
|
const dmk = await this._getOrCreateDmk();
|
|
1588
|
-
const { SignerSolanaBuilder } = await import("@ledgerhq/device-signer-kit-solana");
|
|
1588
|
+
const { SignerSolanaBuilder } = await import("@ledgerhq/device-signer-kit-solana/lib/cjs/index.js");
|
|
1589
1589
|
const sdkSigner = new SignerSolanaBuilder({
|
|
1590
1590
|
dmk,
|
|
1591
1591
|
sessionId
|