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:** 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`.