From 5daf3f556de3d3db5be65d6adc0043c0171b089f Mon Sep 17 00:00:00 2001 From: Bashmunta Date: Fri, 21 Nov 2025 19:00:12 +0200 Subject: [PATCH] docs(readme): correct artifact copy path and flattened destination filename --- packages/cli-template-monorepo-ethers/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cli-template-monorepo-ethers/README.md b/packages/cli-template-monorepo-ethers/README.md index 6ec835c6e..8f3bf35c2 100644 --- a/packages/cli-template-monorepo-ethers/README.md +++ b/packages/cli-template-monorepo-ethers/README.md @@ -30,7 +30,7 @@ yarn deploy --semaphore --network sepolia 2. Update your `apps/web-app/.env.production` file with your new contract address and the group id. -3. Copy your contract artifacts from `apps/contracts/artifacts/contracts/` folder to `apps/web-app/contract-artifacts` folder manually. +3. Copy `apps/contracts/artifacts/contracts/Feedback.sol/Feedback.json` to `apps/web-app/contract-artifacts/Feedback.json` manually (note the flattened filename). > [!NOTE] > Check the Semaphore contract addresses [here](https://docs.semaphore.pse.dev/deployed-contracts).