Files
core/foundry.toml
2022-10-14 16:55:16 +02:00

11 lines
234 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}"