Skip to content

Commit abfc1e1

Browse files
authored
op-program: Enable sepolia-econtone compat test (ethereum-optimism#9861)
1 parent 804a099 commit abfc1e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

op-program/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ verify-mainnet-genesis: op-program-host op-program-client
6767
verify-sepolia-ecotone: op-program-host op-program-client
6868
./scripts/run-compat.sh "sepolia-ecotone"
6969

70-
verify-compat: verify-sepolia-delta verify-mainnet-genesis
70+
verify-compat: verify-sepolia-delta verify-sepolia-ecotone verify-mainnet-genesis
7171

7272
.PHONY: \
7373
op-program \

op-program/scripts/run-compat.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ SCRIPTS_DIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
55
COMPAT_DIR="${SCRIPTS_DIR}/../temp/compat"
66

77
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}"
99

1010
URL="${BASEURL}/${TESTNAME}.tar.bz"
1111

0 commit comments

Comments
 (0)