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
we should work on making it so that ledger/signers will search in 4 places, celo derivation, eth derivation, celo ledger derivation, eth ledger derivation.
behaviors
when a --from is passed while using --useLedger search thru multi derivation paths
add aliases for celo-legacy where derivationPath is a flag
add command for setting default celocli config:set --derivationPath eth|celo-legacy|string
when using ledger allow celo-legacy-ledger and eth-ledger derivations paths
The text was updated successfully, but these errors were encountered:
we use derivation path in 2 ways but they are not really connected as they should not ever share a mnemonic. account:new and when using --useLedger.
account:new doesn't need to use ledgerLive mode. but it would be nice to use the same accounts on celocli as we do on ledger live when using --useLedger option.
before making eth default in #352
we should work on making it so that ledger/signers will search in 4 places, celo derivation, eth derivation, celo ledger derivation, eth ledger derivation.
behaviors
--from
is passed while using--useLedger
search thru multi derivation pathsderivationPath
is a flagcelocli config:set --derivationPath eth|celo-legacy|string
The text was updated successfully, but these errors were encountered: