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 currently store Solana private keys in two different encodings—Base58 in some scenarios and hexadecimal in others. We should store them exclusively in Base58, Solana’s preferred encoding format.