Files
no_five/foundry.toml

30 lines
473 B
TOML
Raw Normal View History

2025-11-20 15:35:25 -08:00
[profile.default]
src = "contracts"
out = "out"
libs = ["lib"]
solc_version = "0.8.24"
optimizer = true
optimizer_runs = 200
via_ir = false
evm_version = "shanghai"
[profile.ci]
fuzz = { runs = 256 }
invariant = { runs = 256 }
[rpc_endpoints]
mainnet = "${MAINNET_RPC_URL}"
sepolia = "${SEPOLIA_RPC_URL}"
arbitrum = "${ARBITRUM_RPC_URL}"
polygon = "${POLYGON_RPC_URL}"
[fmt]
line_length = 120
tab_width = 4
bracket_spacing = true
int_types = "long"
[doc]
out = "docs"