feat: foundry integration

This commit is contained in:
rymnc
2023-03-29 12:28:42 +05:30
parent 5d59fbfe41
commit 2cc32d000a
13 changed files with 81 additions and 9 deletions

6
foundry.toml Normal file
View File

@@ -0,0 +1,6 @@
[profile.default]
src = 'contracts'
out = 'out'
libs = ['node_modules', 'lib']
test = 'test'
cache_path = 'cache_forge'