Change config: edit verbosity to view console outputs, fix 'optimizer_runs' and edit formatting
This commit is contained in:
parent
ca182602b0
commit
0d6b18ae39
12
foundry.toml
12
foundry.toml
@ -4,22 +4,24 @@ src = 'src'
|
||||
out = 'out'
|
||||
libs = ["node_modules", "lib"]
|
||||
|
||||
# Tests
|
||||
verbosity = 2
|
||||
|
||||
# Compiler
|
||||
auto_detect_solc = true
|
||||
via_ir = true
|
||||
optimizer = true
|
||||
optimizer-runs = 1
|
||||
optimizer_runs = 200
|
||||
auto_detect_remappings = true
|
||||
|
||||
# Network
|
||||
chain_id = 1
|
||||
|
||||
[profile.ci]
|
||||
# Tests
|
||||
verbosity = 2
|
||||
|
||||
[rpc_endpoints]
|
||||
mainnet = "${MAINNET_RPC_URL}"
|
||||
|
||||
[fmt]
|
||||
line_length = 110
|
||||
line_length = 140
|
||||
number_underscore = 'thousands'
|
||||
bracket_spacing = true
|
Loading…
Reference in New Issue
Block a user