Skip to content

Commit

Permalink
use master and subnet-evm 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arturrez committed Jan 21, 2025
1 parent 8fbe1e2 commit 3bd77a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/tests.e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ fi
ANR_PATH=$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)

# this avago and subnet-evm versions must have compatibility at rpc protocol level
DEFAULT_VERSION_1=v1.11.11
DEFAULT_SUBNET_EVM_VERSION=v0.6.9
DEFAULT_VERSION_1=master
DEFAULT_SUBNET_EVM_VERSION=v0.7.0

# used standalone, without interaction with subnet-evm, no compatibility needed
DEFAULT_VERSION_2=v1.11.11
DEFAULT_VERSION_2=master

if [ $# == 0 ]; then
VERSION_1=$DEFAULT_VERSION_1
Expand Down

0 comments on commit 3bd77a0

Please sign in to comment.