Files
core/foundry.toml
2023-01-24 18:58:13 -03:00

14 lines
254 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 = "./"}]
[rpc_endpoints]
polygon = "${POLYGON_RPC_URL}"
[fuzz]
runs = 1000