proposal-22-governance-and-.../foundry.toml

15 lines
278 B
TOML
Raw Normal View History

2023-05-24 23:20:44 +03:00
[profile.default]
solc-version = "0.6.12"
src = 'src'
out = 'out'
libs = ["node_modules", "lib"]
chain_id = 1
optimizer = true
optimizer-runs = 10_000_000
[fmt]
line_length = 140
bracket_spacing = true
multiline_func_header = 'attributes_first'
number_underscore = 'thousands'