-
Notifications
You must be signed in to change notification settings - Fork 607
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
Add uosmo, uion denom metadata #4250
Conversation
{ | ||
Denom: appParams.BaseCoinUnit, | ||
Exponent: 0, | ||
Aliases: nil, | ||
}, | ||
{ | ||
Denom: appParams.HumanCoinUnit, | ||
Exponent: appParams.OsmoExponent, | ||
Aliases: nil, | ||
}, | ||
}, | ||
Base: appParams.BaseCoinUnit, | ||
Display: appParams.HumanCoinUnit, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Confirmed that these AppParams are const's, so no need to worry about anything in build editing them
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM once @ValarDragon 's testing recommendation has been added
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we add changelog entry for this
addressed all comments! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Co-authored-by: Matt, Park <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome, thanks!
* added metadata * added tests for metadata * matt and dev feedback * Apply suggestions from code review Co-authored-by: Matt, Park <[email protected]> --------- Co-authored-by: Dev Ojha <[email protected]> Co-authored-by: Matt, Park <[email protected]> (cherry picked from commit 34a0046)
* added metadata * added tests for metadata * matt and dev feedback * Apply suggestions from code review Co-authored-by: Matt, Park <[email protected]> --------- Co-authored-by: Dev Ojha <[email protected]> Co-authored-by: Matt, Park <[email protected]> (cherry picked from commit 34a0046) Co-authored-by: Sishir Giri <[email protected]>
Closes: #4224
What is the purpose of the change
Add denom metadata for uosmo, uion
Brief Changelog
Testing and Verifying
tested in upgrade handler
Documentation and Release Note
Unreleased
section inCHANGELOG.md
? (yes / no)x/<module>/spec/
) / Osmosis docs repo / not documented)