-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfoundry.toml
More file actions
32 lines (31 loc) · 913 Bytes
/
Copy pathfoundry.toml
File metadata and controls
32 lines (31 loc) · 913 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
[profile.default]
src = "src"
out = "out"
libs = ["lib"]
fs_permissions = [
{ access = "read", path = "./builds/uniswap/"},
{ access = "read", path = "./test/the-rewarder/dvt-distribution.json"},
{ access = "read", path = "./test/the-rewarder/weth-distribution.json"},
{ access = "read", path = "./test/withdrawal/withdrawals.json"}
]
ignored_warnings_from = [
"src/wallet-mining/TransparentProxy.sol",
"lib/openzeppelin-contracts/contracts/proxy/Proxy.sol",
"src/curvy-puppet/ICryptoSwapPool.sol"
]
bytecode_hash = "none"
optimizer = true
optimizer_runs = 200
[fmt]
line_length = 120
tab_width = 4
bracket_spacing=false
int_types = "long"
func_attrs_with_params_multiline = false
quote_style = "double"
number_underscore = "thousands"
multiline_func_header = "params_first"
single_line_statement_blocks = 'preserve'
variable_override_spacing = true
wrap_comments = false
ignore = []