We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e7d8dc commit 084db70Copy full SHA for 084db70
scripts/tests.e2e.sh
@@ -12,10 +12,13 @@ fi
12
13
ANR_PATH=$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)
14
15
+# this avago and subnet-evm versions must have compatibility at rpc protocol level
16
DEFAULT_VERSION_1=v1.10.15
-DEFAULT_VERSION_2=v1.10.14
17
DEFAULT_SUBNET_EVM_VERSION=v0.5.9
18
19
+# used standalone, without interaction with subnet-evm, no compatibility needed
20
+DEFAULT_VERSION_2=v1.10.14
21
+
22
if [ $# == 0 ]; then
23
VERSION_1=$DEFAULT_VERSION_1
24
VERSION_2=$DEFAULT_VERSION_2
0 commit comments