waku-rlnv1-contract/foundry.toml

10 lines
282 B
TOML
Raw Normal View History

2023-03-29 12:28:42 +05:30
[profile.default]
src = 'contracts'
out = 'out'
libs = ['node_modules', 'lib']
test = 'test'
2023-07-31 20:16:20 +05:30
cache_path = 'cache_forge'
# 5667: Unused function parameter. Remove or comment out the variable name to silence this warning.
# 5740: Unreachable code.
2023-08-22 10:44:43 +05:30
ignored_error_codes = [5667, 5740]