Skip to content

Commit

Permalink
removed upgrade info from vars
Browse files Browse the repository at this point in the history
  • Loading branch information
sampocs committed Oct 19, 2022
1 parent 8577238 commit dad4aff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 0 additions & 2 deletions scripts/start_network.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ mkdir -p $SCRIPT_DIR/logs
HERMES_LOGS=$SCRIPT_DIR/logs/hermes.log
ICQ_LOGS=$SCRIPT_DIR/logs/icq.log

HOST_CHAINS=(GAIA JUNO OSMO STARS)

# If we're testing an upgrade, setup cosmovisor
if [[ "$UPGRADE_NAME" != "" ]]; then
mkdir -p $SCRIPT_DIR/upgrades/cosmovisor/genesis/bin/
Expand Down
7 changes: 5 additions & 2 deletions scripts/vars.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,12 @@ STRIDE_LOGS=$LOGS/stride.log
TX_LOGS=$SCRIPT_DIR/logs/tx.log
KEYS_LOGS=$SCRIPT_DIR/logs/keys.log

# Host zones to start dockernet with
HOST_CHAINS=(GAIA JUNO OSMO STARS)

# Sets up upgrade if {UPGRADE_NAME} is non-empty
UPGRADE_NAME="v2"
UPGRADE_OLD_COMMIT_HASH="01a44aed8d855d5f2926cb8c70f7c9c00357ba36"
UPGRADE_NAME=""
UPGRADE_OLD_COMMIT_HASH=""

# DENOMS
ATOM_DENOM='uatom'
Expand Down

0 comments on commit dad4aff

Please sign in to comment.