Skip to content

Commit 3448a55

Browse files
committed
fix e2e
1 parent a1dc77f commit 3448a55

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
@@ -13,11 +13,11 @@ fi
1313
ANR_PATH=$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)
1414

1515
# 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
16+
DEFAULT_VERSION_1=v1.11.11
17+
DEFAULT_SUBNET_EVM_VERSION=v0.6.9
1818

1919
# used standalone, without interaction with subnet-evm, no compatibility needed
20-
DEFAULT_VERSION_2=v1.11.4
20+
DEFAULT_VERSION_2=v1.11.11
2121

2222
if [ $# == 0 ]; then
2323
VERSION_1=$DEFAULT_VERSION_1

0 commit comments

Comments
 (0)