Skip to content

Commit

Permalink
fix: denom
Browse files Browse the repository at this point in the history
  • Loading branch information
fmorency committed Oct 24, 2024
1 parent 9acb28c commit 39034fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/upgrades/next/upgrades.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ func CreateUpgradeHandler(
Aliases: []string{},
},
{
Denom: "MFX",
Denom: "mfx",
Exponent: 6,
Aliases: []string{},
},
},
Base: "umfx",
Display: "MFX",
Display: "mfx",
Symbol: "MFX",
Name: "Manifest Token",
}
Expand Down

0 comments on commit 39034fd

Please sign in to comment.