You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to bump my ledger package from @2.3.2 to @2.5.1 for the WalletConnect v2 support.
However, my dapp users prefer selecting the derivation path and choosing the account without having to install Ledger Live App (which introduced in 2.4.0+).
@2.3.2
@2.5.1
Feature Description
Can you introduce a key in the module options to fallback to older derivation path logic for ledger?
const ledger = ledgerModule({
projectId: 'abc123...',
requiredChains: [1, 137],
ledgerLive: false // can be true by default
})
Alternative Solutions
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Is your request related to a problem?
I want to bump my ledger package from
@2.3.2
to@2.5.1
for the WalletConnect v2 support.However, my dapp users prefer selecting the derivation path and choosing the account without having to install Ledger Live App (which introduced in
2.4.0+
).@2.3.2
@2.5.1
Feature Description
Can you introduce a key in the module options to fallback to older derivation path logic for ledger?
Alternative Solutions
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: