Skip to content

Commit

Permalink
[ledger-utils] fix readme of default derivation path without /
Browse files Browse the repository at this point in the history
  • Loading branch information
ochaloup committed Nov 14, 2023
1 parent 7a1ee18 commit 1e21341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lib/ledger-utils/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Derivation path consists of the "44'" part that signifies the BIP44 standard, an

Parsing works in kind of following way.

* `usb://ledger` - taking first device and using solana default derivation path `44/501/`
* `usb://ledger` - taking first device and using solana default derivation path `44/501`
* `usb://ledger?key=0/1` - taking first device and using solana derivation path `44/501/0/1`
* `usb://ledger/9rPVSygg3brqghvdZ6wsL2i5YNQTGhXGdJzF65YxaCQd?key=0/1` - searching of all ledger devices where solana derivation path `44/501/0/1` will result in public key `9rPVSygg3brqghvdZ6wsL2i5YNQTGhXGdJzF65YxaCQd`
* `usb://ledger/9rPVSygg3brqghvdZ6wsL2i5YNQTGhXGdJzF65YxaCQd` - searching of all ledger devices where solana default derivation path `44/501/` will result in public key `9rPVSygg3brqghvdZ6wsL2i5YNQTGhXGdJzF65YxaCQd`.
Expand Down

0 comments on commit 1e21341

Please sign in to comment.