Commit abfc1e1f authored by Adrian Sutton's avatar Adrian Sutton Committed by GitHub

op-program: Enable sepolia-econtone compat test (#9861)

parent 804a0997
......@@ -67,7 +67,7 @@ verify-mainnet-genesis: op-program-host op-program-client
verify-sepolia-ecotone: op-program-host op-program-client
./scripts/run-compat.sh "sepolia-ecotone"
verify-compat: verify-sepolia-delta verify-mainnet-genesis
verify-compat: verify-sepolia-delta verify-sepolia-ecotone verify-mainnet-genesis
.PHONY: \
op-program \
......
......@@ -5,7 +5,7 @@ SCRIPTS_DIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
COMPAT_DIR="${SCRIPTS_DIR}/../temp/compat"
TESTNAME="${1?Must specify compat file to run}"
BASEURL="${2:-https://github.com/ethereum-optimism/chain-test-data/releases/download/2024-03-14}"
BASEURL="${2:-https://github.com/ethereum-optimism/chain-test-data/releases/download/2024-03-14.3}"
URL="${BASEURL}/${TESTNAME}.tar.bz"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment