diff --git a/scripts/tests.e2e.sh b/scripts/tests.e2e.sh index 60b62a58..675e45bd 100755 --- a/scripts/tests.e2e.sh +++ b/scripts/tests.e2e.sh @@ -9,9 +9,9 @@ if ! [[ "$0" =~ scripts/tests.e2e.sh ]]; then exit 255 fi -DEFAULT_VERSION_1=1.7.15 -DEFAULT_VERSION_2=1.7.16 -DEFAULT_SUBNET_EVM_VERSION=0.2.4 +DEFAULT_VERSION_1=1.8.1 +DEFAULT_VERSION_2=1.8.1 +DEFAULT_SUBNET_EVM_VERSION=0.3.0 if [ $# == 0 ]; then VERSION_1=$DEFAULT_VERSION_1