@bytezhang/ledger-adapter 0.0.12 → 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 +2 -2
package/dist/index.js
CHANGED
|
@@ -1619,7 +1619,7 @@ var LedgerConnectorBase = class {
|
|
|
1619
1619
|
}
|
|
1620
1620
|
async _createSolSigner(sessionId) {
|
|
1621
1621
|
const dmk = await this._getOrCreateDmk();
|
|
1622
|
-
const { SignerSolanaBuilder } = await import("@ledgerhq/device-signer-kit-solana");
|
|
1622
|
+
const { SignerSolanaBuilder } = await import("@ledgerhq/device-signer-kit-solana/lib/cjs/index.js");
|
|
1623
1623
|
const sdkSigner = new SignerSolanaBuilder({
|
|
1624
1624
|
dmk,
|
|
1625
1625
|
sessionId
|