-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfoundry.toml
More file actions
25 lines (21 loc) · 864 Bytes
/
Copy pathfoundry.toml
File metadata and controls
25 lines (21 loc) · 864 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
25
[profile.default]
src = "src"
out = "out"
libs = ["lib"]
remappings = [
'@chainlink/contracts/=lib/chainlink-brownie-contracts/contracts/',
"@openzeppelin/contracts/=lib/openzeppelin-contracts/contracts",
"foundry-devops/=lib/foundry-devops/",
"@comet/contracts=lib/comet/contracts",
"@aave/core-v3/contracts=lib/aave-v3-core/contracts"
]
rpc_endpoints = { mainnet_eth = "${ETH_MAINNET_RPC_URL}", sepolia_eth = "${SEPOLIA_RPC_URL}", arb = "${ARBITRUM_SEPOLIA_RPC_URL}", zksync = "${ZKSYNC_SEPOLIA_RPC_URL}" }
skip = ["test", "script", "mocks", "src/StrategyManager.sol"]
[lint]
severity = ["high", "med", "low"]
exclude_lints = ["mixed-case-function", "custom-errors"]
[invariant]
runs = 1000
depth = 128
fail_on_revert = false
# See more config options https://github.com/foundry-rs/foundry/blob/master/crates/config/README.md#all-options