commit
This commit is contained in:
9
foundry.toml
Normal file
9
foundry.toml
Normal file
@@ -0,0 +1,9 @@
|
||||
[profile.default]
|
||||
src = 'contracts'
|
||||
out = 'out'
|
||||
libs = ['node_modules', 'lib']
|
||||
test = 'test'
|
||||
cache_path = 'cache_forge'
|
||||
via_ir = true
|
||||
optimizer = true
|
||||
optimizer_runs = 200
|
||||
Reference in New Issue
Block a user