Files
core/foundry.toml
donosonaumczuk 53c23476db misc: Optimizer runs lowered in favour of less bytecode
Co-authored-by: Victor Naumik <vicnaum@gmail.com>
2023-04-20 21:18:07 +01:00

17 lines
317 B
TOML

[profile.default]
src = 'contracts'
out = 'out'
libs = ['node_modules', 'lib']
test = 'test/foundry'
cache_path = 'forge-cache'
fs_permissions = [{ access = "read-write", path = "./"}]
optimizer = true
optimizer_runs = 10
ignored_error_codes = []
[rpc_endpoints]
polygon = "${POLYGON_RPC_URL}"
[fuzz]
runs = 10000