From ca912fac534a8b09d3a32d0c751335f1b70a09f5 Mon Sep 17 00:00:00 2001 From: anastasiiaVashchuk Date: Tue, 9 Jul 2024 19:49:41 +0200 Subject: [PATCH 1/2] fix: docs --- content/00.build/60.test-and-debug/20.in-memory-node.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/00.build/60.test-and-debug/20.in-memory-node.md b/content/00.build/60.test-and-debug/20.in-memory-node.md index ac7e2f4e..802ffbc8 100644 --- a/content/00.build/60.test-and-debug/20.in-memory-node.md +++ b/content/00.build/60.test-and-debug/20.in-memory-node.md @@ -19,7 +19,7 @@ In fork mode, it retrieves missing storage data from a remote source when not av Moreover it also uses the remote server (openchain) to resolve the ABI and topics to human readable names. You can visit the `era-test-node` repository [to learn more](%%zk_git_repo_era-test-node%%). - +In addition you may check `In-Memory node` vs `Dockerized local setup` [here](/build/test-and-debug#in-memory-node-vs-dockerized-local-setup). ## Run actions with `zksync-cli` You can setup the In-Memory Node quickly with `zksync-cli dev start`. From 6141914fbd62aff4fcb9cf5d0339a3a03e442fd0 Mon Sep 17 00:00:00 2001 From: anastasiiaVashchuk Date: Sat, 13 Jul 2024 16:26:26 +0200 Subject: [PATCH 2/2] fix forge build command: without use solc there is an error Unknown version provided --- content/00.build/40.tooling/30.foundry/20.getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/00.build/40.tooling/30.foundry/20.getting-started.md b/content/00.build/40.tooling/30.foundry/20.getting-started.md index d3415894..6b13b486 100644 --- a/content/00.build/40.tooling/30.foundry/20.getting-started.md +++ b/content/00.build/40.tooling/30.foundry/20.getting-started.md @@ -118,7 +118,7 @@ The compiled files are stored in a structured directory at `/zkout **Usage:** ```sh -forge build [OPTIONS] --zksync +forge build [OPTIONS] --zksync -- use solc: ``` **Key Compiler Options:**