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'
|
out = 'out'
|
||||||
libs = ["node_modules", "lib"]
|
libs = ["node_modules", "lib"]
|
||||||
|
|
||||||
# Tests
|
|
||||||
verbosity = 2
|
|
||||||
|
|
||||||
# Compiler
|
# Compiler
|
||||||
auto_detect_solc = true
|
auto_detect_solc = true
|
||||||
via_ir = true
|
via_ir = true
|
||||||
optimizer = true
|
optimizer = true
|
||||||
optimizer-runs = 1
|
optimizer_runs = 200
|
||||||
|
auto_detect_remappings = true
|
||||||
|
|
||||||
# Network
|
# Network
|
||||||
chain_id = 1
|
chain_id = 1
|
||||||
|
|
||||||
|
[profile.ci]
|
||||||
|
# Tests
|
||||||
|
verbosity = 2
|
||||||
|
|
||||||
[rpc_endpoints]
|
[rpc_endpoints]
|
||||||
mainnet = "${MAINNET_RPC_URL}"
|
mainnet = "${MAINNET_RPC_URL}"
|
||||||
|
|
||||||
[fmt]
|
[fmt]
|
||||||
line_length = 110
|
line_length = 140
|
||||||
number_underscore = 'thousands'
|
number_underscore = 'thousands'
|
||||||
bracket_spacing = true
|
bracket_spacing = true
|
Loading…
Reference in New Issue
Block a user