Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aljo242 committed Jun 18, 2024
1 parent 52b4b08 commit 7660af1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/upgrades/mainnet/v14/upgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ var Upgrade = upgrades.Upgrade{
mmParams := marketmaptypes.DefaultParams()
// TODO: stargaze foundation or another address?
mmParams.Admin = authtypes.NewModuleAddress(govtypes.ModuleName).String()
mmParams.MarketAuthorities = []string{"stars172z0kn8qjqgu0nddf0ec3sddgmnwtfkfgayvsj"}
mmParams.MarketAuthorities = []string{"stars1ua63s43u2p4v38pxhcxmps0tj2gudyw2828x65"}
if err := mmParams.ValidateBasic(); err != nil {
return nil, err
}
Expand Down
2 changes: 1 addition & 1 deletion app/upgrades/testnet/v14-slinky/upgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ var Upgrade = upgrades.Upgrade{
mmParams := marketmaptypes.DefaultParams()
// TODO: stargaze foundation or another address?
mmParams.Admin = authtypes.NewModuleAddress(govtypes.ModuleName).String()
mmParams.MarketAuthorities = []string{"stars172z0kn8qjqgu0nddf0ec3sddgmnwtfkfgayvsj"}
mmParams.MarketAuthorities = []string{"stars1ua63s43u2p4v38pxhcxmps0tj2gudyw2828x65"}
if err := mmParams.ValidateBasic(); err != nil {
return nil, err
}
Expand Down

0 comments on commit 7660af1

Please sign in to comment.