From 6aa37254eb13972806d134215b2ff0d53ea93552 Mon Sep 17 00:00:00 2001 From: Anonim Date: Tue, 24 Dec 2024 13:33:26 +0300 Subject: [PATCH] README.md --- with-foundry/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/with-foundry/README.md b/with-foundry/README.md index 68a2aa2..92f21c1 100644 --- a/with-foundry/README.md +++ b/with-foundry/README.md @@ -79,7 +79,7 @@ verifier contract, the `Starter` contract and two bytes32 arrays correspondent t solutions to your circuit. By running the following command, forge will compile the contract with 5000 rounds of optimization -and the London EVM version. **You need to use these optimizer settings to supress the "stack too +and the London EVM version. **You need to use these optimizer settings to suppress the "stack too deep" error on the solc compiler**. Then it will run the test, expecting it to pass with correct inputs, and fail with wrong inputs: