Skip to content

Commit

Permalink
fix: explicit forge remappings (#85)
Browse files Browse the repository at this point in the history
* fix: explicit forge remappings

* fix: prb-math forge remapping
  • Loading branch information
jaketimothy authored Jun 27, 2023
1 parent 4e93da8 commit 82bb4ab
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ src = "src"
out = "out"
libs = ["node_modules", "lib"]
remappings = [
"openzeppelin-contracts-upgradeable=lib/openzeppelin-contracts-upgradeable/",
"openzeppelin-contracts=lib/openzeppelin-contracts/",
"prb-math=lib/prb-math/src/",
"solady=lib/solady/src/",
"solady-test=lib/solady/test/",
]

Expand Down

0 comments on commit 82bb4ab

Please sign in to comment.