Skip to content

Commit

Permalink
Force foundry.toml to work
Browse files Browse the repository at this point in the history
Signed-off-by: Danil <[email protected]>
  • Loading branch information
Deniallugo committed Jun 24, 2024
1 parent 72dd0a9 commit b2bc993
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions system-contracts/.gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Compiler files
cache/
out/
zkout/

# Ignores development broadcast logs
!/broadcast
Expand Down
2 changes: 2 additions & 0 deletions system-contracts/foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ remappings = [
"@openzeppelin/contracts/=lib/openzeppelin-contracts/contracts/",
"@openzeppelin/contracts-upgradeable/=lib/openzeppelin-contracts-upgradeable/contracts/",
]
[profile.default.zksync]
zksolc = "1.5.0"

0 comments on commit b2bc993

Please sign in to comment.