mirror of
https://github.com/lens-protocol/core.git
synced 2026-04-22 03:02:03 -04:00
17 lines
309 B
TOML
17 lines
309 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 = 10000
|