Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-zaremba committed Nov 17, 2023
1 parent 06762bd commit c9bedd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/modules.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ func umeeTokenMetadata() banktypes.Metadata {
Denom: appparams.BondDenom,
Exponent: 0,
Aliases: []string{
"microumee", appparams.DefaultBaseDenom,
"microumee", appparams.BaseExtraDenom,
},
}, {
Denom: appparams.DisplayDenom,
Expand Down
2 changes: 1 addition & 1 deletion app/params/app_settings.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const (
// NOTE: it is used by IBC, and must not change to avoid token migration in all IBC chains.
BondDenom = "uumee"

DefaultBaseDenom = "uux"
BaseExtraDenom = "uux"

// DisplayDenom defines the name, symbol, and display value of the umee token.
DisplayDenom = "UX"
Expand Down

0 comments on commit c9bedd9

Please sign in to comment.