Skip to content

Commit

Permalink
prep for upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
jewei1997 committed Oct 7, 2024
1 parent 4daa00c commit ca6453a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/upgrades.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ var upgradesList = []string{
"v5.7.5",
"v5.8.0",
"v5.9.0",
"v5.9.1-jeremy-eip-1559",
}

// if there is an override list, use that instead, for integration tests
Expand Down
1 change: 1 addition & 0 deletions x/evm/module.go
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ func (am AppModule) RegisterServices(cfg module.Configurator) {
})

_ = cfg.RegisterMigration(types.ModuleName, 13, func(ctx sdk.Context) error {
fmt.Println("JEREMYDEBUG: running migration 13")
return migrations.MigrateEip1559Params(ctx, am.keeper)
})
}
Expand Down

0 comments on commit ca6453a

Please sign in to comment.