Skip to content

Commit

Permalink
Update SOLC_VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
elfedy committed Jul 12, 2024
1 parent d9808ab commit 7ec66d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zk-tests/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
set -o pipefail -e

REPO_ROOT=".."
SOLC_VERSION=${SOLC_VERSION:-"v0.8.20"}
SOLC_VERSION=${SOLC_VERSION:-"v0.8.26"}
SOLC="solc-${SOLC_VERSION}"
FORGE="${REPO_ROOT}/target/release/forge"
CAST="${REPO_ROOT}/target/release/cast"
Expand Down

0 comments on commit 7ec66d1

Please sign in to comment.