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
Right now you cannot use the private key from the Keplr extension and import the wallet in TerraStation.
This could be crucial for some users, because some Keplr accounts used Google login to generate their access to Keplr extension and do not have their mnemonics.
However, they do have the private key which should be good enough for everything that has to do with that single Cosmos universe wallet.
My suggestion is to add a simple form that allows to input a private key, account alias, terra address (probably not needed) and password and it will import an account from the hex encoded private key (such as the one Keplr provides)
Meanwhile if stumbles uppon this, here is how to generate the Terra private key (used in "Add wallet > Import wallet") from the Keplr hex encoded private key (copied from "Select Account > ... three-dots > View Private Key".
Right now you cannot use the private key from the Keplr extension and import the wallet in TerraStation.
This could be crucial for some users, because some Keplr accounts used Google login to generate their access to Keplr extension and do not have their mnemonics.
However, they do have the private key which should be good enough for everything that has to do with that single Cosmos universe wallet.
My suggestion is to add a simple form that allows to input a private key, account alias, terra address (probably not needed) and password and it will import an account from the hex encoded private key (such as the one Keplr provides)
Meanwhile if stumbles uppon this, here is how to generate the Terra private key (used in "Add wallet > Import wallet") from the Keplr hex encoded private key (copied from "Select Account > ... three-dots > View Private Key".
The encrypt method is this one https://github.com/terra-money/station/blob/f55a28de9812f72bb36f9072cb86e54f4e64efc7/src/utils/terra-keystore.ts#L6
this is a copy of the station-legacy issue
The text was updated successfully, but these errors were encountered: