From 7473290d0940e9f6116334aaf75cc6b11198c165 Mon Sep 17 00:00:00 2001 From: Stefano Charissis Date: Tue, 13 May 2025 16:59:56 +1000 Subject: [PATCH] feat(op-acceptance-tests): op-acceptor v0.1.11 --- mise.toml | 2 +- op-acceptance-tests/justfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mise.toml b/mise.toml index dc285050a2e96..cc33bedcca9ed 100644 --- a/mise.toml +++ b/mise.toml @@ -38,7 +38,7 @@ anvil = "nightly-654c8f01721e43dbc8a53c7a3b022548cb82b2f9" codecov-uploader = "0.8.0" goreleaser-pro = "2.3.2-pro" kurtosis = "1.6.0" -op-acceptor = "op-acceptor/v0.1.10" +op-acceptor = "op-acceptor/v0.1.11" # Fake dependencies # Put things here if you need to track versions of tools or projects that can't diff --git a/op-acceptance-tests/justfile b/op-acceptance-tests/justfile index e8598eec3fb35..1791f356cc67f 100644 --- a/op-acceptance-tests/justfile +++ b/op-acceptance-tests/justfile @@ -1,6 +1,6 @@ REPO_ROOT := `realpath ..` KURTOSIS_DIR := REPO_ROOT + "/kurtosis-devnet" -ACCEPTOR_VERSION := env_var_or_default("ACCEPTOR_VERSION", "v0.1.10") +ACCEPTOR_VERSION := env_var_or_default("ACCEPTOR_VERSION", "v0.1.11") DOCKER_REGISTRY := env_var_or_default("DOCKER_REGISTRY", "us-docker.pkg.dev/oplabs-tools-artifacts/images") ACCEPTOR_IMAGE := env_var_or_default("ACCEPTOR_IMAGE", DOCKER_REGISTRY + "/op-acceptor:" + ACCEPTOR_VERSION)