-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathfoundry.toml
17 lines (17 loc) · 1.12 KB
/
foundry.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[profile.default]
src = 'src' # the source directory
test = 'test' # the test directory
scripts = 'scripts' # the scripts directory
out = 'out' # the output directory (for artifacts)
libs = ['lib'] # a list of library directories
cache = true # whether to cache builds or not
cache_path = 'cache' # where the cache is stored if enabled
force = false # whether to ignore the cache (clean build)
fs_permissions = [{ access = "read", path = "./" }]
solc_version = '0.8.23' # override for the solc version
evm_version = 'paris' # set the EVM target version
[fmt]
line_length = 120
tab_width = 2
quote_style = 'single'
# See more config options https://github.com/foundry-rs/foundry/tree/master/crates/config#configuration