Skip to content

Commit

Permalink
Merge branch 'reece/v15-initial' into reece/v15-upgraded-tf
Browse files Browse the repository at this point in the history
  • Loading branch information
Reecepbcups committed Apr 8, 2023
2 parents 9ddc12f + 0b27af1 commit 0e5c437
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/test_node.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# Run this script to quickly install, setup, and run the current version of juno without docker.
#
# Example:
# CHAIN_ID="local-1" HOME_DIR="~/.juno1/" TIMEOUT_COMMIT="500ms" CLEAN=true sh scripts/test_node.sh
# CHAIN_ID="local-2" HOME_DIR="~/.juno2/" CLEAN=true RPC=36657 REST=2317 PROFF=6061 P2P=36656 GRPC=8090 GRPC_WEB=8091 ROSETTA=8081 TIMEOUT_COMMIT="500ms" sh scripts/test_node.sh
# CHAIN_ID="local-1" HOME_DIR="~/.juno1" TIMEOUT_COMMIT="500ms" CLEAN=true sh scripts/test_node.sh
# CHAIN_ID="local-2" HOME_DIR="~/.juno2" CLEAN=true RPC=36657 REST=2317 PROFF=6061 P2P=36656 GRPC=8090 GRPC_WEB=8091 ROSETTA=8081 TIMEOUT_COMMIT="500ms" sh scripts/test_node.sh
#
# To use unoptomized wasm files up to ~5mb, add: MAX_WASM_SIZE=5000000

Expand All @@ -13,7 +13,7 @@ export CHAIN_ID=${CHAIN_ID:-"local-1"}
export MONIKER="localjuno"
export KEYALGO="secp256k1"
export KEYRING=${KEYRING:-"test"}
export HOME_DIR=$(eval echo "${HOME_DIR:-"~/.juno/"}")
export HOME_DIR=$(eval echo "${HOME_DIR:-"~/.juno"}")

export BINARY=${BINARY:-junod}
export CLEAN=${CLEAN:-"false"}
Expand Down

0 comments on commit 0e5c437

Please sign in to comment.