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 11, 2024
1 parent fe16f54 commit c6c4cb1
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/l1-contracts-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ jobs:
echo "$PWD/foundry-zksync" >> $GITHUB_PATH
- name: Install dependencies
run: yarn
run: ci_run yarn

- name: Build system contract artifacts
run: yarn sc build:foundry
Expand All @@ -175,7 +175,7 @@ jobs:
da-contracts/out
l1-contracts/cache-forge
l1-contracts/out
l1-contracts/zkout
# TODO: cached `zkout` and the one for tests produce different hashes and so it causes the tests to fail
l2-contracts/cache-forge
l2-contracts/zkout
system-contracts/zkout
Expand Down
2 changes: 1 addition & 1 deletion l1-contracts/foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ optimizer = true
optimizer_runs = 200
[profile.default.zksync]
enable_eravm_extensions = true
zksolc = "1.5.3"
zksolc = "1.5.7"
2 changes: 1 addition & 1 deletion l1-contracts/hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export default {
},
zksolc: {
compilerSource: "binary",
version: "1.5.3",
version: "1.5.7",
settings: {
isSystem: true,
},
Expand Down
2 changes: 1 addition & 1 deletion l2-contracts/foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ fs_permissions = [

[profile.default.zksync]
enable_eravm_extensions = true
zksolc = "1.5.3"
zksolc = "1.5.7"
2 changes: 1 addition & 1 deletion l2-contracts/hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if (!process.env.CHAIN_ETH_NETWORK) {

export default {
zksolc: {
version: "1.5.3",
version: "1.5.7",
compilerSource: "binary",
settings: {
isSystem: true,
Expand Down

0 comments on commit c6c4cb1

Please sign in to comment.