Skip to content

Commit

Permalink
Merge branch 'main' into robert/v6-notes
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-zaremba committed Sep 14, 2023
2 parents 6bdd834 + ed0db2a commit bc74336
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/upgrades.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@ func (app UmeeApp) RegisterUpgradeHandlers() {
func (app *UmeeApp) registerUpgrade6(upgradeInfo upgradetypes.Plan) {
planName := "v6.0"
gravityModuleName := "gravity" // hardcoded to avoid dependency on GB module
// TODO: update the address for the mainnet
emergencyGroup, err := sdk.AccAddressFromBech32("umee178nsnzse8capyfak4nwlntvfg64p4lmsau4t5n")
emergencyGroup, err := sdk.AccAddressFromBech32("umee1gy3c8n2xysawysq2xf2hxn253srx4ehduevq6c")
util.Panic(err)

app.UpgradeKeeper.SetUpgradeHandler(planName,
Expand Down

0 comments on commit bc74336

Please sign in to comment.