Skip to content

Commit 084db70

Browse files
committed
address PR comment
1 parent 8e7d8dc commit 084db70

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

scripts/tests.e2e.sh

+4-1
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,13 @@ fi
1212

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

15+
# this avago and subnet-evm versions must have compatibility at rpc protocol level
1516
DEFAULT_VERSION_1=v1.10.15
16-
DEFAULT_VERSION_2=v1.10.14
1717
DEFAULT_SUBNET_EVM_VERSION=v0.5.9
1818

19+
# used standalone, without interaction with subnet-evm, no compatibility needed
20+
DEFAULT_VERSION_2=v1.10.14
21+
1922
if [ $# == 0 ]; then
2023
VERSION_1=$DEFAULT_VERSION_1
2124
VERSION_2=$DEFAULT_VERSION_2

0 commit comments

Comments
 (0)