Skip to content

Commit

Permalink
fix: removes solc version (#166)
Browse files Browse the repository at this point in the history
# Description

Removes hardcoded solc version in Foundry tutorials

## Linked Issues

N/A

## Additional context
  • Loading branch information
uF4No authored Jul 29, 2024
1 parent baf3b99 commit d2d3e8e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ For this particular guide we are making use of `zksolc`.
To compile the contracts in the project, run the following command:

```bash
forge build --zksync --use 0.8.20
forge build --zksync
```

Upon successful compilation, you'll receive output detailing the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ For this particular guide we are making use of `zksolc`.
To compile the contracts in the project, run the following command:

```bash
forge build --zksync --use=0.8.24
forge build --zksync
```

Upon successful compilation, you'll receive output detailing the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ For this particular guide we are making use of `zksolc`.
To compile the contracts in the project, run the following command:

```bash
forge build --zksync --use 0.8.20
forge build --zksync
```

Upon successful compilation, you'll receive output detailing the
Expand Down

0 comments on commit d2d3e8e

Please sign in to comment.