Skip to content

Commit

Permalink
fix: Fixes build issues related to foundy-zksync (#3272)
Browse files Browse the repository at this point in the history
## What ❔

- Docker build script checked for wrong forge version (foundry-zksync
reports a forge version 0.0.2)
- Dev setup guide stated the wrong command to install foundry-zksync
(current one wouldn't work)
  • Loading branch information
brunoffranca authored Nov 14, 2024
1 parent 54e4b00 commit 8620a8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ NODE_VERSION_MIN=20.17.0
YARN_VERSION_MIN=1.22.19
RUST_VERSION=nightly-2024-08-01
SQLX_CLI_VERSION=0.8.1
FORGE_MIN_VERSION=0.2.0
FORGE_MIN_VERSION=0.0.2

# Versions and packages checks
check-nodejs:
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/setup-dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ cargo install sqlx-cli --version 0.8.1

# Foundry ZKsync
curl -L https://raw.githubusercontent.com/matter-labs/foundry-zksync/main/install-foundry-zksync | bash
foundryup-zksync --branch master
foundryup-zksync

# Non CUDA (GPU) setup, can be skipped if the machine has a CUDA installed for provers
# Don't do that if you intend to run provers on your machine. Check the prover docs for a setup instead.
Expand Down

0 comments on commit 8620a8e

Please sign in to comment.