Skip to content

Commit

Permalink
zkvyper 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielSchiavini committed May 30, 2024
1 parent bea2133 commit d005d94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
echo "Installing zkvyper and era_test_node"
# Install zkvyper and era_test_node from binary repositories
curl --location https://raw.githubusercontent.com/matter-labs/zkvyper-bin/66cc159d9b6af3b5616f6ed7199bd817bf42bf0a/linux-amd64/zkvyper-linux-amd64-musl-v1.4.0 \
curl --location https://raw.githubusercontent.com/matter-labs/zkvyper-bin/cf39e70a2b62028f33cd4431393bfc7aca31017b/linux-amd64/zkvyper-linux-amd64-musl-v1.4.1 \
--silent --output /usr/local/bin/zkvyper && \
chmod +x /usr/local/bin/zkvyper && \
zkvyper --version
Expand Down
2 changes: 1 addition & 1 deletion boa_zksync/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def stop_subprocess(proc: Popen[bytes]):

def install_zkvyper_compiler(
source="https://raw.githubusercontent.com/matter-labs/zkvyper-bin/"
"66cc159d9b6af3b5616f6ed7199bd817bf42bf0a/linux-amd64/zkvyper-linux-amd64-musl-v1.4.0",
"cf39e70a2b62028f33cd4431393bfc7aca31017b/linux-amd64/zkvyper-linux-amd64-musl-v1.4.1",
destination="/usr/local/bin/zkvyper",
):
"""
Expand Down

0 comments on commit d005d94

Please sign in to comment.