Skip to content

Commit

Permalink
Merge pull request #10 from shibacrypt/add-foundry
Browse files Browse the repository at this point in the history
Add foundry
  • Loading branch information
0xngmi authored Nov 19, 2022
2 parents c241a0d + 7dc316e commit b7bce19
Show file tree
Hide file tree
Showing 11 changed files with 914 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,8 @@ node_modules
cache
artifacts
deployments
bin
bin

#Foundry files
cache/
out/
9 changes: 9 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[submodule "lib/forge-std"]
path = lib/forge-std
url = https://github.com/foundry-rs/forge-std
[submodule "lib/openzeppelin-contracts"]
path = lib/openzeppelin-contracts
url = https://github.com/Openzeppelin/openzeppelin-contracts
[submodule "lib/openzeppelin-contracts-upgradeable"]
path = lib/openzeppelin-contracts-upgradeable
url = https://github.com/Openzeppelin/openzeppelin-contracts-upgradeable
Loading

0 comments on commit b7bce19

Please sign in to comment.