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
Ideally, we try to be consistent and change the default Solana path as:
export const BIP44_SOL_PATH = "44'/501'/0'/0/0"
The benefits are consistency, and also using the full BIP44 path which allows the users to have multiple separate accounts on the same Ledger device (PK). The default (0. account) is just convenience, users can choose their own using a flag --ledgerPath.
The text was updated successfully, but these errors were encountered:
Currently, the default path is defined as:
The reason for this was as the Solarium wallet uses it as their default, so our non-technical users are accustomed to it.
The BIP44 spec defines the path as:
..and on Gauntlet Terra (original discussion) we have it defined as:
Ideally, we try to be consistent and change the default Solana path as:
The benefits are consistency, and also using the full BIP44 path which allows the users to have multiple separate accounts on the same Ledger device (PK). The default (0. account) is just convenience, users can choose their own using a flag
--ledgerPath
.The text was updated successfully, but these errors were encountered: