Skip to content

Commit

Permalink
update run to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-ogrady committed Oct 11, 2023
1 parent 7a27ff7 commit f038031
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/morpheusvm/scripts/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ if ! [[ "$0" =~ scripts/run.sh ]]; then
exit 255
fi

VERSION=v1.10.10
VERSION=v1.10.12
MAX_UINT64=18446744073709551615
MODE=${MODE:-run}
LOGLEVEL=${LOGLEVEL:-info}
Expand Down
2 changes: 1 addition & 1 deletion examples/tokenvm/scripts/deploy.devnet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export DEPLOYER_ARCH_TYPE=$(uname -m)
echo DEPLOYER_ARCH_TYPE: ${DEPLOYER_ARCH_TYPE}
export DEPLOYER_OS_TYPE=$(uname | tr '[:upper:]' '[:lower:]')
echo DEPLOYER_OS_TYPE: ${DEPLOYER_OS_TYPE}
export AVALANCHEGO_VERSION="1.10.11"
export AVALANCHEGO_VERSION="1.10.12"
echo AVALANCHEGO_VERSION: ${AVALANCHEGO_VERSION}
export HYPERSDK_VERSION="0.0.15-rc.1"
echo HYPERSDK_VERSION: ${HYPERSDK_VERSION}
Expand Down
2 changes: 1 addition & 1 deletion examples/tokenvm/scripts/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ if ! [[ "$0" =~ scripts/run.sh ]]; then
exit 255
fi

VERSION=v1.10.10
VERSION=v1.10.12
MAX_UINT64=18446744073709551615
MODE=${MODE:-run}
LOGLEVEL=${LOGLEVEL:-info}
Expand Down

0 comments on commit f038031

Please sign in to comment.