Skip to content

Commit

Permalink
fix: remappings & foundry
Browse files Browse the repository at this point in the history
  • Loading branch information
bl0up committed May 28, 2024
1 parent f817d38 commit b6eb622
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
[profile.default]
src = 'contracts'
out = 'out'
libs = ['node_modules', 'lib']
libs = ['lib']
test = 'test'
cache_path = 'cache_forge'
solc = "0.8.26"
Expand Down
8 changes: 4 additions & 4 deletions remappings.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@openzeppelin/=node_modules/@openzeppelin/
ds-test/=lib/forge-std/lib/ds-test/src/
eth-gas-reporter/=node_modules/eth-gas-reporter/
@openzeppelin/contracts/=lib/openzeppelin-contracts/contracts/
ds-test/=lib/openzeppelin-contracts/lib/forge-std/lib/ds-test/src/
erc4626-tests/=lib/openzeppelin-contracts/lib/erc4626-tests/
forge-std/=lib/forge-std/src/
hardhat/=node_modules/hardhat/
openzeppelin-contracts/=lib/openzeppelin-contracts/

0 comments on commit b6eb622

Please sign in to comment.