waku-rlnv1-contract/foundry.toml

13 lines
372 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-08 13:32:07 +05:30
ignored_error_codes = [5667, 5740]
# setting this to allow expensive larger inserts during tests
memory_limit = 100_000_000