Skip to content

Commit 4bc072d

Browse files
committed
fix: remove v2.1.0 upgrade handler
1 parent 7b2037a commit 4bc072d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/upgrades.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ import (
1515
"github.com/NibiruChain/nibiru/v2/app/upgrades/v1_4_0"
1616
"github.com/NibiruChain/nibiru/v2/app/upgrades/v1_5_0"
1717
"github.com/NibiruChain/nibiru/v2/app/upgrades/v2_0_0"
18-
"github.com/NibiruChain/nibiru/v2/app/upgrades/v2_1_0"
1918
)
2019

2120
var Upgrades = []upgrades.Upgrade{
@@ -28,7 +27,6 @@ var Upgrades = []upgrades.Upgrade{
2827
v1_4_0.Upgrade,
2928
v1_5_0.Upgrade,
3029
v2_0_0.Upgrade,
31-
v2_1_0.Upgrade,
3230
}
3331

3432
func (app *NibiruApp) setupUpgrades() {

0 commit comments

Comments
 (0)