From 3dd88194a21350a9e7a98e1f0ccb4e520fc85814 Mon Sep 17 00:00:00 2001 From: Bence Haromi Date: Wed, 21 Aug 2024 10:00:35 +0100 Subject: [PATCH] fetch target branch changed to dev --- .scripts/fetch_contracts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scripts/fetch_contracts b/.scripts/fetch_contracts index 4aa5275..721d656 100755 --- a/.scripts/fetch_contracts +++ b/.scripts/fetch_contracts @@ -2,7 +2,7 @@ # Define the repository URL and branch/tag/commit to fetch REPO_URL="https://github.com/matter-labs/era-contracts.git" -BRANCH_TAG_COMMIT="protocol-defense" +BRANCH_TAG_COMMIT="dev" # Define the destination directory and a temporary directory for the clone DEST_DIR="$(pwd)/contracts"