From 6a2b28c34e4cf5941bf7464888aa84690498642e Mon Sep 17 00:00:00 2001 From: Vivian Plasencia Date: Mon, 28 Jul 2025 14:21:29 +0200 Subject: [PATCH] docs(docs): update deploy contracts command (#1019) 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 06ca1455..36f0218d 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