Skip to content

Commit

Permalink
feat(l1): added missing foundry lib symlinks (#741)
Browse files Browse the repository at this point in the history
  • Loading branch information
benceharomi authored Aug 28, 2024
1 parent 1e0df10 commit f2d553b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
10 changes: 5 additions & 5 deletions l1-contracts/foundry.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[profile.default]
src = "contracts"
out = "out"
libs = ["node_modules", "../lib"]
libs = ["lib"]
cache_path = "cache-forge"
test = "test/foundry"
solc_version = "0.8.24"
Expand All @@ -20,9 +20,9 @@ fs_permissions = [
ignored_error_codes = ["missing-receive-ether", "code-size"]
ignored_warnings_from = ["test", "contracts/dev-contracts"]
remappings = [
"forge-std/=../lib/forge-std/src/",
"murky/=../lib/murky/src/",
"forge-std/=lib/forge-std/src/",
"murky/=lib/murky/src/",
"foundry-test/=test/foundry/",
"@openzeppelin/contracts-v4/=./lib/openzeppelin-contracts-v4/contracts/",
"@openzeppelin/contracts-upgradeable-v4/=./lib/openzeppelin-contracts-upgradeable-v4/contracts/",
"@openzeppelin/contracts-v4/=lib/openzeppelin-contracts-v4/contracts/",
"@openzeppelin/contracts-upgradeable-v4/=lib/openzeppelin-contracts-upgradeable-v4/contracts/",
]
1 change: 1 addition & 0 deletions l1-contracts/lib/forge-std
1 change: 1 addition & 0 deletions l1-contracts/lib/murky

0 comments on commit f2d553b

Please sign in to comment.