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
})
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 in2.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