18 lines
423 B
TOML
18 lines
423 B
TOML
[profile.default]
|
|
src = "src"
|
|
out = "out"
|
|
libs = ["lib"]
|
|
remappings = [
|
|
'@chainlink/contracts/=lib/chainlink-brownie-contracts/contracts/',
|
|
'@solmate=lib/solmate/src/'
|
|
]
|
|
fs_permissions = [
|
|
{ access = "read", path = "./broadcast" },
|
|
{ access = "read", path = "./reports" },
|
|
]
|
|
|
|
[fuzz]
|
|
runs = 256
|
|
|
|
# See more config options https://github.com/foundry-rs/foundry/blob/master/crates/config/README.md#all-options
|