-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfoundry.toml
More file actions
24 lines (21 loc) · 801 Bytes
/
foundry.toml
File metadata and controls
24 lines (21 loc) · 801 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[profile.default]
fs_permissions = [
{ access = "read", path = "./out" },
{ access = "read", path = "lib/foundry-chainlink-toolkit/out" },
{ access = "read", path = "./broadcast" },
{ access = "read", path = "./reports" },
{ access = "read-write", path = "don-reports" },
{ access = "read-write", path = "don-simulator" },
]
src = "src"
out = "out"
libs = ["lib"]
remappings = [
"openzeppelin-contracts/=lib/openzeppelin-contracts/",
"@chainlink/contracts/=lib/chainlink-brownie-contracts/contracts/src/",
"@solmate/=lib/solmate/",
"foundry-chainlink-toolkit/=lib/foundry-chainlink-toolkit/",
]
unchecked_cheatcode_artifacts = true
via_ir = true
# See more config options https://github.com/foundry-rs/foundry/blob/master/crates/config/README.md#all-options