Skip to content

Commit

Permalink
op-program: Enable sepolia-econtone compat test (ethereum-optimism#9861)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajsutton authored Mar 15, 2024
1 parent 804a099 commit abfc1e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion op-program/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion op-program/scripts/run-compat.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit abfc1e1

Please sign in to comment.