mirror of
https://github.com/lens-protocol/core.git
synced 2026-01-07 21:34:03 -05:00
22 lines
375 B
TOML
22 lines
375 B
TOML
[profile.default]
|
|
src = 'contracts'
|
|
out = 'out'
|
|
libs = ['node_modules', 'lib']
|
|
test = 'test'
|
|
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 = 50
|
|
max_test_rejects = 200000
|
|
|
|
[profile.ci]
|
|
[profile.ci.fuzz]
|
|
runs = 100
|