From b080aa492f92c34dfa0518db3f11593fb2ee216d Mon Sep 17 00:00:00 2001 From: Vivian Plasencia Date: Mon, 28 Jul 2025 12:45:31 +0200 Subject: [PATCH] docs(docs): update deploy contracts command re #1018 --- apps/docs/versioned_docs/version-V4/getting-started.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/docs/versioned_docs/version-V4/getting-started.mdx b/apps/docs/versioned_docs/version-V4/getting-started.mdx index 06ca1455f..36f0218dd 100644 --- a/apps/docs/versioned_docs/version-V4/getting-started.mdx +++ b/apps/docs/versioned_docs/version-V4/getting-started.mdx @@ -118,7 +118,7 @@ In the project root folder: 2. Go to the `apps/contracts` folder and deploy your contract. ```bash - yarn deploy --semaphore --group --network sepolia + yarn deploy --semaphore --network sepolia ``` :::note