Skip to content

Commit 889c4a2

Browse files
authored
Merge pull request #7 from KiFoundation/fix/denom-migration
Update migrate.go
2 parents 3fbf23e + f07614e commit 889c4a2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

app/migrate.go

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -113,12 +113,12 @@ $ %s migrate /path/to/genesis.json --chain-id=cosmoshub-4 --genesis-time=2019-04
113113
{
114114
Description: "The native staking token of the KiChain.",
115115
DenomUnits: []*bank.DenomUnit{
116-
{Denom: "uki", Exponent: uint32(0), Aliases: []string{"microki"}},
117-
{Denom: "mki", Exponent: uint32(3), Aliases: []string{"milliki"}},
118-
{Denom: "ki", Exponent: uint32(6), Aliases: []string{}},
116+
{Denom: "uxki", Exponent: uint32(0), Aliases: []string{"microxki"}},
117+
{Denom: "mxki", Exponent: uint32(3), Aliases: []string{"millixki"}},
118+
{Denom: "xki", Exponent: uint32(6), Aliases: []string{}},
119119
},
120-
Base: "uki",
121-
Display: "ki",
120+
Base: "uxki",
121+
Display: "xki",
122122
},
123123
}
124124
newGenState[bank.ModuleName] = clientCtx.JSONMarshaler.MustMarshalJSON(&bankGenesis)

0 commit comments

Comments
 (0)