Skip to content

Commit

Permalink
fix: add back v1.0.2 upgrade handler
Browse files Browse the repository at this point in the history
  • Loading branch information
k-yang committed Mar 3, 2024
1 parent 7d94d93 commit 740f161
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/upgrades.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@ import (

"github.com/NibiruChain/nibiru/app/upgrades"
"github.com/NibiruChain/nibiru/app/upgrades/v1_0_1"
"github.com/NibiruChain/nibiru/app/upgrades/v1_0_2"
)

var Upgrades = []upgrades.Upgrade{
v1_0_1.Upgrade,
v1_0_2.Upgrade,
}

func (app *NibiruApp) setupUpgrades() {
Expand Down

0 comments on commit 740f161

Please sign in to comment.