dsa-periphery-contract/foundry.toml
2023-05-22 18:25:54 +04:00

7 lines
140 B
TOML

[profile.default]
src = 'contracts'
out = 'out'
libs = ['node_modules', 'lib']
test = 'forge-test'
cache_path = 'cache_forge'
via-ir = true