Skip to content

Commit

Permalink
Merge pull request #1501 from gnosis/gh-1500-fix-derivation-path
Browse files Browse the repository at this point in the history
gh-1500 change derivation path
  • Loading branch information
Mouaz Alzahabi authored Oct 6, 2021
2 parents 313ad2d + 1058793 commit e99a145
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ fileprivate class LedgerKeyPickerViewModel {

lazy var basePathPattern: String = {
switch type {
case .ledgerLive: return "m/44'/60'/0'/0/{index}"
case .ledgerLive: return "m/44'/60'/{index}'/0/0"
case .ledger: return "m/44'/60'/0'/{index}"
}
}()
Expand Down

0 comments on commit e99a145

Please sign in to comment.