Skip to content

Commit

Permalink
remappings
Browse files Browse the repository at this point in the history
  • Loading branch information
luisgj committed Sep 20, 2024
1 parent b3bf17d commit 9e7fa6b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,9 @@ optimizer_runs = 1000000
solc = "0.8.20"
bytecode_hash = "none"
libs = ["node_modules", "lib"]

remappings = [
"forge-std/=lib/forge-std/src/",
"@openzeppelin/=lib/openzeppelin-contracts/",
"solmate/=lib/solmate/src/",
]

0 comments on commit 9e7fa6b

Please sign in to comment.