Skip to content

Commit

Permalink
maybe fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
StanislavBreadless committed Dec 20, 2024
1 parent 133709a commit 8b568b8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci-core-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ jobs:
ci_run zkstack dev contracts
- name: Contracts unit tests
run: ci_run yarn l1-contracts test:foundry
working-directory: ./contracts
run: ci_run yarn l1 test:foundry

- name: Download compilers for contract verifier tests
run: ci_run zkstack contract-verifier init --zksolc-version=v1.5.3 --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
4 changes: 2 additions & 2 deletions etc/env/file_based/genesis.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
genesis_root: 0x74ce67f00c8b8ce79ab374fcc3e09f942510f2fa62e817b3cc5672895c8bc8fa
genesis_root: 0xc83bca57068e2866972b3ae9f73be4834f2dbd8f00f4f4e7f9759f85c684a84b
genesis_rollup_leaf_index: 68
genesis_batch_commitment: 0x3c543bbd492aa6ef86eec9451c596bd357023ecd053c1e012d1149e33e522870
genesis_batch_commitment: 0x33b6580be3edfd30b8a90a266bbb7ef6b448996444761736bb7f98b3828d0ab7
genesis_protocol_version: 25
default_aa_hash: 0x0100052307b3b66ef67935255483d39b3c8dcdb47fdf94dddca11ebe8271afe6
bootloader_hash: 0x010008e5b883de8897598e83d383e332b87d09164363816c15f22353c3cd910d
Expand Down

0 comments on commit 8b568b8

Please sign in to comment.