Skip to content

Commit

Permalink
chore: replace owner address
Browse files Browse the repository at this point in the history
  • Loading branch information
johnletey committed Mar 15, 2024
1 parent 18619f6 commit 3c34ff4
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 @@ -18,7 +18,7 @@ func initialFiatTokenFactoryState() fiattokenfactorytypes.GenesisState {
s := fiattokenfactorytypes.DefaultGenesis()

s.Owner = &fiattokenfactorytypes.Owner{
Address: "noble10908tarhjl6zzlm4k6u9hkax48qeutk28tj4sp",
Address: "noble1mp0z2yrmq86l53kr8gjzml3ctyf33ma969zjt6",
}

s.MasterMinter = &fiattokenfactorytypes.MasterMinter{
Expand Down

0 comments on commit 3c34ff4

Please sign in to comment.