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 @@ -37,7 +37,7 @@ anvil = "1.1.0"
3737codecov-uploader = " 0.8.0"
3838goreleaser-pro = " 2.11.2"
3939kurtosis = " 1.8.1"
40- op-acceptor = " op-acceptor/v3.2 .1"
40+ op-acceptor = " op-acceptor/v3.3 .1"
4141
4242# Fake dependencies
4343# Put things here if you need to track versions of tools or projects that can't
Original file line number Diff line number Diff line change 11REPO_ROOT := ` realpath .. ` # path to the root of the optimism monorepo
22KURTOSIS_DIR := REPO_ROOT + " /kurtosis-devnet"
3- ACCEPTOR_VERSION := env_var_or_default (" ACCEPTOR_VERSION" , " v3.2 .1" )
3+ ACCEPTOR_VERSION := env_var_or_default (" ACCEPTOR_VERSION" , " v3.3 .1" )
44DOCKER_REGISTRY := env_var_or_default (" DOCKER_REGISTRY" , " us-docker.pkg.dev/oplabs-tools-artifacts/images" )
55ACCEPTOR_IMAGE := env_var_or_default (" ACCEPTOR_IMAGE" , DOCKER_REGISTRY + " /op-acceptor:" + ACCEPTOR_VERSION)
66
You can’t perform that action at this time.
0 commit comments