smart-contracts/lottery/foundry.toml
2025-01-06 21:19:15 +07:00

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