Skip to content

Commit

Permalink
chore: fixed cdn version
Browse files Browse the repository at this point in the history
  • Loading branch information
Volchunovich committed Dec 14, 2023
1 parent e4e5f5b commit 66c95fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/connect-kit-loader/src/index.ts
Expand Up @@ -80,7 +80,7 @@ export interface LedgerConnectKit {
}

export async function loadConnectKit(): Promise<LedgerConnectKit> {
const src = "https://cdn.jsdelivr.net/npm/@ledgerhq/connect-kit@1";
const src = "https://cdn.jsdelivr.net/npm/@ledgerhq/connect-kit@1.1.8";
const globalName = "ledgerConnectKit";

return new Promise((resolve, reject) => {
Expand Down

0 comments on commit 66c95fc

Please sign in to comment.