Skip to content

Commit 10b4fae

Browse files
committed
fix e2e
1 parent abb5127 commit 10b4fae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/tests.e2e.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ fi
1212

1313
ANR_PATH=$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)
1414

15-
DEFAULT_VERSION_1=v1.10.10
16-
DEFAULT_VERSION_2=v1.10.9
17-
DEFAULT_SUBNET_EVM_VERSION=v0.5.5
15+
DEFAULT_VERSION_1=v1.10.13
16+
DEFAULT_VERSION_2=v1.10.12
17+
DEFAULT_SUBNET_EVM_VERSION=v0.5.6
1818

1919
if [ $# == 0 ]; then
2020
VERSION_1=$DEFAULT_VERSION_1

0 commit comments

Comments
 (0)