Files
assetxContracts/foundry.toml

10 lines
173 B
TOML
Raw Normal View History

2025-12-18 13:07:35 +08:00
[profile.default]
src = 'contracts'
out = 'out'
libs = ['node_modules', 'lib']
test = 'test'
cache_path = 'cache_forge'
via_ir = true
optimizer = true
2025-12-23 14:05:41 +08:00
optimizer_runs = 200