Skip to content

Commit

Permalink
Update chain-upgrade.sh
Browse files Browse the repository at this point in the history
change version name in upgrade test
  • Loading branch information
gregnuj authored May 23, 2023
1 parent c3ebe01 commit f152522
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/chain-upgrade-tester/chain-upgrade.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ CHAIN_ID=pisco-1
CHAIN_HOME=.testnet
ROOT=$(pwd)
DENOM=uluna
SOFTWARE_UPGRADE_NAME="2.4.0"
SOFTWARE_UPGRADE_NAME="v2.4"
GOV_PERIOD="10s"

VAL_MNEMONIC_1="clock post desk civil pottery foster expand merit dash seminar song memory figure uniform spice circle try happy obvious trash crime hybrid hood cushion"
Expand Down Expand Up @@ -90,4 +90,4 @@ done
sleep 5
#
## run new node
$NEW_BINARY start --home $CHAIN_HOME
$NEW_BINARY start --home $CHAIN_HOME

0 comments on commit f152522

Please sign in to comment.