Skip to content

Commit 3cf97e3

Browse files
committed
wire upgrade handler
1 parent b6ed85a commit 3cf97e3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/upgrades.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ import (
2929
"github.com/NibiruChain/nibiru/v2/app/upgrades/v2_3_0"
3030
"github.com/NibiruChain/nibiru/v2/app/upgrades/v2_4_0"
3131
"github.com/NibiruChain/nibiru/v2/app/upgrades/v2_5_0"
32+
"github.com/NibiruChain/nibiru/v2/app/upgrades/v2_6_0"
3233
)
3334

3435
var Upgrades = []upgrades.Upgrade{
@@ -46,6 +47,7 @@ var Upgrades = []upgrades.Upgrade{
4647
v2_3_0.Upgrade,
4748
v2_4_0.Upgrade,
4849
v2_5_0.Upgrade,
50+
v2_6_0.Upgrade,
4951
}
5052

5153
func (app *NibiruApp) setupUpgrades() {

0 commit comments

Comments
 (0)