Skip to content

Commit 7618693

Browse files
TamtamHeroSomberNight
authored andcommitted
Add support for Ledger Nano X and future devices (spesmilo#5140)
1 parent 2d6a685 commit 7618693

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

electrum/plugins/ledger/ledger.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,14 @@ class LedgerPlugin(HW_PluginBase):
546546
(0x2581, 0x3b7c), # HW.1 ledger production
547547
(0x2581, 0x4b7c), # HW.1 ledger test
548548
(0x2c97, 0x0000), # Blue
549-
(0x2c97, 0x0001) # Nano-S
549+
(0x2c97, 0x0001), # Nano-S
550+
(0x2c97, 0x0004), # Nano-X
551+
(0x2c97, 0x0005), # RFU
552+
(0x2c97, 0x0006), # RFU
553+
(0x2c97, 0x0007), # RFU
554+
(0x2c97, 0x0008), # RFU
555+
(0x2c97, 0x0009), # RFU
556+
(0x2c97, 0x000a) # RFU
550557
]
551558
SUPPORTED_XTYPES = ('standard', 'p2wpkh-p2sh', 'p2wpkh', 'p2wsh-p2sh', 'p2wsh')
552559

0 commit comments

Comments
 (0)