Skip to content

Commit

Permalink
Minor updates on foundry config (#4)
Browse files Browse the repository at this point in the history
* chore: update `foundry.toml`

* feat: add remappings
  • Loading branch information
kootsZhin authored Dec 29, 2022
1 parent 0d3cc6b commit 1d9566b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ out/
*.txt
differential_testing/**/node_modules
differential_testing/**/*.js
differential_testing/data/input
differential_testing/data/input

!remappings.txt
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ You can currently see Murky in action in the [Seaport](https://github.com/Projec
### Building Locally
You can run the repo using [Foundry](https://github.com/gakonst/foundry).
1. clone the repo
2. ```git submodule update --init```
2. `forge install`
3. `forge test`

### Example Usage
Expand Down
2 changes: 1 addition & 1 deletion foundry.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[default]
[profile.default]
src = 'src'
out = 'out'
libs = ['lib']
Expand Down
2 changes: 2 additions & 0 deletions remappings.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
forge-std/=lib/forge-std/src/
openzeppelin-contracts/=lib/openzeppelin-contracts/

0 comments on commit 1d9566b

Please sign in to comment.