Skip to content

Commit

Permalink
remove v11
Browse files Browse the repository at this point in the history
  • Loading branch information
hoank101 committed Jan 23, 2025
1 parent 3d43a49 commit eae85b8
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 35 deletions.
2 changes: 0 additions & 2 deletions app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ import (

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

customante "github.com/classic-terra/core/v3/custom/auth/ante"
Expand Down Expand Up @@ -98,7 +97,6 @@ var (
v8_2.Upgrade,
v8_3.Upgrade,
v10_1.Upgrade,
v11.Upgrade,
v11_1.Upgrade,
}

Expand Down
12 changes: 0 additions & 12 deletions app/upgrades/v11/constants.go

This file was deleted.

20 changes: 0 additions & 20 deletions app/upgrades/v11/upgrades.go

This file was deleted.

2 changes: 1 addition & 1 deletion scripts/upgrade-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ HOME=mytestnet
ROOT=$(pwd)
DENOM=uluna
CHAIN_ID=localterra
SOFTWARE_UPGRADE_NAME="v11"
SOFTWARE_UPGRADE_NAME="v11_1"
ADDITIONAL_PRE_SCRIPTS=${ADDITIONAL_PRE_SCRIPTS:-""}
ADDITIONAL_AFTER_SCRIPTS=${ADDITIONAL_AFTER_SCRIPTS:-""}
GAS_PRICE=${GAS_PRICE:-"30uluna"}
Expand Down

0 comments on commit eae85b8

Please sign in to comment.