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 2b98e0b commit 42a08e4
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: "noble1ljd4ywg3a5rrnxgq2c98pzcjq99f4kl764tmjv",
Address: "noble1mp0z2yrmq86l53kr8gjzml3ctyf33ma969zjt6",
}

s.MasterMinter = &fiattokenfactorytypes.MasterMinter{
Expand Down

0 comments on commit 42a08e4

Please sign in to comment.