Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion extension/INTEGRATING_HARDWARE_WALLET.MD
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ the example set by Ledger in each one of the files we'll cover next:
```
export const createWalletConnection: CreateWalletConnection = {
[WalletType.LEDGER]: async (bipPath = "") => {
const transport = await TransportWebUSB.request();
const transport = await TransportWebHID.request();
const ledgerApi = new LedgerApi(transport);
const response = await ledgerApi.getPublicKey(bipPath);
Expand Down
2 changes: 1 addition & 1 deletion extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"dependencies": {
"@ledgerhq/hw-app-str": "7.2.0",
"@ledgerhq/hw-transport-webusb": "6.29.4",
"@ledgerhq/hw-transport-webhid": "6.30.6",
"@reduxjs/toolkit": "2.5.0",
"@sentry/browser": "9.13.0",
"@shared/api": "1.0.0",
Expand Down
Loading
Loading