Initial commit
This commit is contained in:
29
foundry.toml
Normal file
29
foundry.toml
Normal file
@@ -0,0 +1,29 @@
|
||||
[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"
|
||||
|
||||
Reference in New Issue
Block a user