docs(docs): update deploy contracts command (#1019)

re #1018
This commit is contained in:
Vivian Plasencia
2025-07-28 14:21:29 +02:00
committed by GitHub
parent dce9813c8e
commit 6a2b28c34e

View File

@@ -118,7 +118,7 @@ In the project root folder:
2. Go to the `apps/contracts` folder and deploy your contract.
```bash
yarn deploy --semaphore <semaphore-address> --group <group-id> --network sepolia
yarn deploy --semaphore <semaphore-address> --network sepolia
```
:::note