testing only 1.9.0 for e2e

This commit is contained in:
Felipe Madero
2022-10-18 19:30:59 -03:00
parent c7a769bdb5
commit 9220b18429
+3 -3
View File
@@ -9,9 +9,9 @@ if ! [[ "$0" =~ scripts/tests.e2e.sh ]]; then
exit 255
fi
DEFAULT_VERSION_1=1.8.0
DEFAULT_VERSION_2=1.8.1
DEFAULT_SUBNET_EVM_VERSION=0.3.0
DEFAULT_VERSION_1=1.9.0
DEFAULT_VERSION_2=1.9.0
DEFAULT_SUBNET_EVM_VERSION=0.4.0
if [ $# == 0 ]; then
VERSION_1=$DEFAULT_VERSION_1