We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1dc77f commit 3448a55Copy full SHA for 3448a55
scripts/tests.e2e.sh
@@ -13,11 +13,11 @@ fi
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.11.5
17
-DEFAULT_SUBNET_EVM_VERSION=v0.6.4
+DEFAULT_VERSION_1=v1.11.11
+DEFAULT_SUBNET_EVM_VERSION=v0.6.9
18
19
# used standalone, without interaction with subnet-evm, no compatibility needed
20
-DEFAULT_VERSION_2=v1.11.4
+DEFAULT_VERSION_2=v1.11.11
21
22
if [ $# == 0 ]; then
23
VERSION_1=$DEFAULT_VERSION_1
0 commit comments