Skip to content

Commit

Permalink
Check contracts hashes in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
0xVolosnikov committed Mar 6, 2025
1 parent 57bb72e commit 588caa1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci-core-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,11 @@ jobs:
run: |
ci_run zkstack dev contracts
- name: Check contracts hashes
working-directory: contracts
run: |
yarn calculate-hashes:check
- name: Download compilers for contract verifier tests
run: ci_run zkstack contract-verifier init --zksolc-version=v1.5.10 --zkvyper-version=v1.5.4 --solc-version=0.8.26 --vyper-version=v0.3.10 --era-vm-solc-version=0.8.26-1.0.1 --only --chain era

Expand Down

0 comments on commit 588caa1

Please sign in to comment.