From da9f354f76ba9521522abb921812cd1f63073bb9 Mon Sep 17 00:00:00 2001 From: Stefano Charissis Date: Tue, 18 Mar 2025 09:27:51 +1100 Subject: [PATCH] feat(op-acceptance-test): op-acceptor v0.1.4 --- mise.toml | 2 +- op-acceptance-tests/justfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mise.toml b/mise.toml index 1a28804ceef80..ad4c14d404f71 100644 --- a/mise.toml +++ b/mise.toml @@ -37,7 +37,7 @@ anvil = "v1.0.0" codecov-uploader = "0.8.0" goreleaser-pro = "2.3.2-pro" kurtosis = "1.5.0" -op-acceptor = "op-acceptor/v0.1.3" +op-acceptor = "op-acceptor/v0.1.4" # 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 9f83b920ee368..3fafae35420e9 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.1") +ACCEPTOR_VERSION := env_var_or_default("ACCEPTOR_VERSION", "v0.1.4") 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)