Skip to content

Commit c5e7b4e

Browse files
scharissistheochap
authored andcommitted
chore(op-acceptance-tests): op-acceptor v3.3.1 (#17515)
Updates op-acceptor to [v3.3.1](https://github.com/ethereum-optimism/infra/releases/tag/op-acceptor%2Fv3.3.1)
1 parent ba0f086 commit c5e7b4e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ anvil = "1.1.0"
3737
codecov-uploader = "0.8.0"
3838
goreleaser-pro = "2.11.2"
3939
kurtosis = "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

op-acceptance-tests/justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
REPO_ROOT := `realpath ..` # path to the root of the optimism monorepo
22
KURTOSIS_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")
44
DOCKER_REGISTRY := env_var_or_default("DOCKER_REGISTRY", "us-docker.pkg.dev/oplabs-tools-artifacts/images")
55
ACCEPTOR_IMAGE := env_var_or_default("ACCEPTOR_IMAGE", DOCKER_REGISTRY + "/op-acceptor:" + ACCEPTOR_VERSION)
66

0 commit comments

Comments
 (0)