Skip to content

Commit

Permalink
update minting denom
Browse files Browse the repository at this point in the history
  • Loading branch information
boojamya committed Aug 21, 2023
1 parent 673ee04 commit 58c9785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/upgrades/neon/upgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ func initialFiatTokenFactoryState() fiattokenfactorytypes.GenesisState {
}

s.MintingDenom = &fiattokenfactorytypes.MintingDenom{
Denom: "uusdc",
Denom: "udrachma",
}

return *s
Expand Down

0 comments on commit 58c9785

Please sign in to comment.