-
Notifications
You must be signed in to change notification settings - Fork 351
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem: Missing testnet specific HD path and address prefix #155
Comments
make the prefix configurable in genesis? |
Also the HD path? |
btw that "global prefix" config is going away in some future version: cosmos/cosmos-sdk#7448 |
given the API around this is in flux (there may not be a "global config" in the future), maybe the option 1 is the simplest initially (later when the API stabilises, perhaps option 2), e.g. have |
Right now it is using
cro
prefixed address and the mainnet HD path all the time. To avoid confusion and accidentally spending mainnet funds in the future, we should supporttcro
and/ordcro
prefix.For the Testnet we are setting up, a quick solution could be to replace all
cro
prefix totcro
in master branch. In the future we have a more dynamic approach of doing so.After discussing with @lezzokafka @allthatjazzleo , we have two potential long-term solutions:
--network
to dynamically switch between networkUpdated
The text was updated successfully, but these errors were encountered: