@bytezhang/ledger-adapter 0.0.20 → 0.0.21
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
|
@@ -2096,7 +2096,7 @@ var LedgerConnectorBase = class {
|
|
|
2096
2096
|
}
|
|
2097
2097
|
async _createSolSigner(sessionId) {
|
|
2098
2098
|
const dmk = await this._getOrCreateDmk();
|
|
2099
|
-
const { SignerSolanaBuilder } = await import("@ledgerhq/device-signer-kit-solana
|
|
2099
|
+
const { SignerSolanaBuilder } = await import("@ledgerhq/device-signer-kit-solana");
|
|
2100
2100
|
const sdkSigner = new SignerSolanaBuilder({
|
|
2101
2101
|
dmk,
|
|
2102
2102
|
sessionId
|