-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathfoundry.toml
More file actions
35 lines (30 loc) · 837 Bytes
/
foundry.toml
File metadata and controls
35 lines (30 loc) · 837 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
[profile.default]
src = 'src'
out = 'out'
libs = ['lib', 'lib/snekmate/src']
solc = "0.8.23"
evm_version = "cancun"
ffi = true
no_match_contract = "EnsoSwapTests"
skip = ["**/lib/snekmate/**"]
remappings = [
"@openzeppelin/=lib/openzeppelin-contracts/",
"forge-std/=lib/forge-std/src/",
"@tokenized-strategy/=lib/tokenized-strategy/src/",
"@periphery/=lib/tokenized-strategy-periphery/src/",
]
[lint]
lint_on_build = false
[fmt]
single_line_statement_blocks = "single"
multiline_func_header = "params_first"
sort_imports = true
contract_new_lines = true
line_length = 150
number_underscore = "preserve"
quote_style = "double"
ignore = ["lib/", "src/lender/Lender.sol", "src/lender/LenderFactory.sol"]
[invariant]
runs = 50
depth = 50
# See more config options https://github.com/foundry-rs/foundry/tree/master/config