mirror of
https://github.com/lens-protocol/core.git
synced 2026-01-10 22:58:08 -05:00
14 lines
254 B
TOML
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
|