File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ verify-mainnet-genesis: op-program-host op-program-client
67
67
verify-sepolia-ecotone : op-program-host op-program-client
68
68
./scripts/run-compat.sh " sepolia-ecotone"
69
69
70
- verify-compat : verify-sepolia-delta verify-mainnet-genesis
70
+ verify-compat : verify-sepolia-delta verify-sepolia-ecotone verify- mainnet-genesis
71
71
72
72
.PHONY : \
73
73
op-program \
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ SCRIPTS_DIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
5
5
COMPAT_DIR=" ${SCRIPTS_DIR} /../temp/compat"
6
6
7
7
TESTNAME=" ${1?Must specify compat file to run} "
8
- BASEURL=" ${2:- https:// github.com/ ethereum-optimism/ chain-test-data/ releases/ download/ 2024-03-14} "
8
+ BASEURL=" ${2:- https:// github.com/ ethereum-optimism/ chain-test-data/ releases/ download/ 2024-03-14.3 } "
9
9
10
10
URL=" ${BASEURL} /${TESTNAME} .tar.bz"
11
11
You can’t perform that action at this time.
0 commit comments