mirror of
https://github.com/vacp2p/rln-contract.git
synced 2026-01-09 22:58:08 -05:00
feat: foundry integration
This commit is contained in:
6
foundry.toml
Normal file
6
foundry.toml
Normal file
@@ -0,0 +1,6 @@
|
||||
[profile.default]
|
||||
src = 'contracts'
|
||||
out = 'out'
|
||||
libs = ['node_modules', 'lib']
|
||||
test = 'test'
|
||||
cache_path = 'cache_forge'
|
||||
Reference in New Issue
Block a user