From 4e2a4ed7127c7e1cc1ee6dd6866bb108a19a3412 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 4 Nov 2025 00:10:58 +0000 Subject: [PATCH] chore: update to v3.0.0-devnet.4 --- .github/workflows/sandbox.yaml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sandbox.yaml b/.github/workflows/sandbox.yaml index 164c436..d194ee8 100644 --- a/.github/workflows/sandbox.yaml +++ b/.github/workflows/sandbox.yaml @@ -42,7 +42,7 @@ jobs: - name: Set Aztec version and start sandbox run: | - VERSION=${{ env.VERSION }} aztec-up + VERSION=3.0.0-devnet.4${{ env.VERSION }} aztec-up aztec start --sandbox & - name: Wait for sandbox to be ready diff --git a/README.md b/README.md index 091ba99..8cb87af 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ bash -i <(curl -s https://install.aztec.network) Install the correct version of the toolkit with: ```bash -aztec-up 3.0.0-devnet.2 +aztec-up 3.0.0-devnet.2-devnet.2 ``` ### Environment Configuration