From 4dd46375bf90ae6c3734ef128a1b4052928f3bb4 Mon Sep 17 00:00:00 2001 From: ctrlc03 <93448202+ctrlc03@users.noreply.github.com> Date: Fri, 13 Feb 2026 15:39:01 +0000 Subject: [PATCH] chore: update versions.json --- crates/zk-prover/src/config.rs | 2 +- crates/zk-prover/versions.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/zk-prover/src/config.rs b/crates/zk-prover/src/config.rs index ef873953d9..6e3b88b66d 100644 --- a/crates/zk-prover/src/config.rs +++ b/crates/zk-prover/src/config.rs @@ -17,7 +17,7 @@ const VERSIONS_MANIFEST_URL: &str = "https://raw.githubusercontent.com/gnosisguild/enclave/main/crates/zk-prover/versions.json"; const BB_VERSION: &str = "3.0.0-nightly.20251104"; -const CIRCUITS_VERSION: &str = "0.1.11"; +const CIRCUITS_VERSION: &str = "0.1.13"; /// Supported bb binary targets #[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)] diff --git a/crates/zk-prover/versions.json b/crates/zk-prover/versions.json index 26957fb367..5d8fe0f5ea 100644 --- a/crates/zk-prover/versions.json +++ b/crates/zk-prover/versions.json @@ -1,6 +1,6 @@ { "required_bb_version": "3.0.0-nightly.20251104", - "required_circuits_version": "0.1.11", + "required_circuits_version": "0.1.13", "bb_download_url": "https://github.com/AztecProtocol/aztec-packages/releases/download/v{version}/barretenberg-{arch}-{os}.tar.gz", "bb_checksums": { "amd64-linux": "9740013d1aa0eb1b0bb2d71484c8b3debc5050a409bd5f12f8454fbfc7cb5419",