Skip to content

Commit 961fec3

Browse files
Aaron BarnardAaron Barnard
authored andcommitted
Change ledger derivation path for 1 account
1 parent 74a51a0 commit 961fec3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/select/wallets/ledger.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ async function ledgerProvider(options: {
187187
paths.push(ledgerPath, bipPath)
188188
}
189189
} else {
190-
paths.push(`${basePath}/0'/0/0`)
190+
paths.push(`${basePath}/0'/0`)
191191
}
192192

193193
const transport = await TransportU2F.create()

0 commit comments

Comments
 (0)