We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6452b7a commit bdad11aCopy full SHA for bdad11a
accounts/usbwallet/hub.go
@@ -82,13 +82,15 @@ func NewLedgerHub() (*Hub, error) {
82
0x0005, /* Ledger Nano S Plus */
83
0x0006, /* Ledger Nano FTS */
84
0x0007, /* Ledger Flex */
85
+ 0x0008, /* Ledger Nano Gen5 */
86
87
0x0000, /* WebUSB Ledger Blue */
88
0x1000, /* WebUSB Ledger Nano S */
89
0x4000, /* WebUSB Ledger Nano X */
90
0x5000, /* WebUSB Ledger Nano S Plus */
91
0x6000, /* WebUSB Ledger Nano FTS */
92
0x7000, /* WebUSB Ledger Flex */
93
+ 0x8000, /* WebUSB Ledger Nano Gen5 */
94
}, 0xffa0, 0, newLedgerDriver)
95
}
96
0 commit comments