Files
openzeppelin-contracts/foundry.toml
2024-01-18 10:03:07 +01:00

11 lines
167 B
TOML

[profile.default]
src = 'contracts'
out = 'out'
libs = ['node_modules', 'lib']
test = 'test'
cache_path = 'cache_forge'
[fuzz]
runs = 5000
max_test_rejects = 150000