Files
tycho-execution/foundry/foundry.toml
TAMARA LIPOWSKI d3f1136486 chore: Remove v3-periphery from gitmodules
- We aren't using this anymore since the solc version is outdated
2025-01-29 14:05:56 -05:00

16 lines
215 B
TOML

[profile.default]
src = 'src'
out = 'out'
libs = ['lib']
solc = "0.8.28"
evm_version = 'shanghai'
optimizer = true
optimizer_runs = 1000
via_ir = true
[rpc_endpoints]
mainnet = "${RPC_URL}"
[fmt]
line_length = 80