Skip to content

Commit

Permalink
change v10 -> v10_1
Browse files Browse the repository at this point in the history
  • Loading branch information
duonghb53 committed Dec 8, 2024
1 parent d77ea7a commit 79631f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ import (
v8_3 "github.com/classic-terra/core/v3/app/upgrades/v8_3"

// v9 had been used by tax2gas and has to be skipped
v10 "github.com/classic-terra/core/v3/app/upgrades/v10"
v10_1 "github.com/classic-terra/core/v3/app/upgrades/v10_1"
v10_2 "github.com/classic-terra/core/v3/app/upgrades/v10_2"

customante "github.com/classic-terra/core/v3/custom/auth/ante"
Expand Down Expand Up @@ -95,8 +95,8 @@ var (
v8_1.Upgrade,
v8_2.Upgrade,
v8_3.Upgrade,
v10.Upgrade,
v10_2.Upgrade,
v10_1.Upgrade,
v10_2.Upgrade,
}

// Forks defines forks to be applied to the network
Expand Down

0 comments on commit 79631f0

Please sign in to comment.