Skip to content

Commit

Permalink
use avalanchego in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-ogrady committed Oct 14, 2023
1 parent ca148aa commit 17b22bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.12
VERSION=50f131e8fe44926afe8adbb97eefe9b1c74536bd
MAX_UINT64=18446744073709551615
MODE=${MODE:-run}
LOGLEVEL=${LOGLEVEL:-info}
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.12
VERSION=50f131e8fe44926afe8adbb97eefe9b1c74536bd
MAX_UINT64=18446744073709551615
MODE=${MODE:-run}
LOGLEVEL=${LOGLEVEL:-info}
Expand Down

0 comments on commit 17b22bf

Please sign in to comment.