Skip to content

Commit

Permalink
re-add upgrade handlers
Browse files Browse the repository at this point in the history
  • Loading branch information
jhernandezb committed Jan 31, 2025
1 parent 443666e commit 7a00522
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/upgrades.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,14 @@ import (
"github.com/cosmos/cosmos-sdk/types/module"
upgrades "github.com/public-awesome/stargaze/v15/app/upgrades"
mainnetupgradesv15 "github.com/public-awesome/stargaze/v15/app/upgrades/mainnet/v15"
testnetupgradesv15b2 "github.com/public-awesome/stargaze/v15/app/upgrades/testnet/v15b2"
testnetupgradesv15b3 "github.com/public-awesome/stargaze/v15/app/upgrades/testnet/v15b3"
)

var Upgrades = []upgrades.Upgrade{
mainnetupgradesv15.Upgrade,
testnetupgradesv15b2.Upgrade,
testnetupgradesv15b3.Upgrade,
}

func (app App) RegisterUpgradeHandlers(configurator module.Configurator) {
Expand Down

0 comments on commit 7a00522

Please sign in to comment.