We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Make BIP44Prefix configurable
cosmos-sdk is SDK, should be able to adapt to more uses. But BIP44Prefix was defined as const, Coin type was fixed to 118.
cosmos-sdk
Developer can assign coin type through config file or function SetCoinType().
coin type
SetCoinType()
The text was updated successfully, but these errors were encountered:
/cc @jleni @cwgoes
Sorry, something went wrong.
Configurable Bip44 CoinType & HdPath for SDK users (#4300)
1db10b0
Closes: #4144
Configurable Bip44 CoinType & HdPath for SDK users (cosmos#4300)
97338f9
Closes: cosmos#4144
Successfully merging a pull request may close this issue.
Summary
Make BIP44Prefix configurable
Problem Definition
cosmos-sdk
is SDK, should be able to adapt to more uses. But BIP44Prefix was defined as const, Coin type was fixed to 118.Proposal
Developer can assign
coin type
through config file or functionSetCoinType()
.For Admin Use
The text was updated successfully, but these errors were encountered: