Skip to content

Commit 470ab2c

Browse files
authored
Merge pull request #364 from blocknative/develop
Release 1.9.4
2 parents 7c5f870 + faacfb0 commit 470ab2c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bnc-onboard",
3-
"version": "1.9.3",
3+
"version": "1.9.4",
44
"description": "Onboard users to web3 by allowing them to select a wallet, get that wallet ready to transact and have access to synced wallet state.",
55
"keywords": [
66
"ethereum",

src/modules/select/wallets/ledger.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,10 @@ async function ledgerProvider(options: {
274274
return addresses()
275275
}
276276

277+
if (!eth) {
278+
await createTransport()
279+
}
280+
277281
if (dPath === '') {
278282
dPath = LEDGER_LIVE_PATH
279283
}

0 commit comments

Comments
 (0)