-
Notifications
You must be signed in to change notification settings - Fork 0
/
foundry.toml
30 lines (26 loc) · 1014 Bytes
/
foundry.toml
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
26
27
28
29
30
[profile.default]
src = 'src'
out = 'out'
libs = ['node_modules', 'lib']
test = 'test'
cache_path = 'forge-cache'
solc_version = '0.8.25'
optimizer = true
optimizer_runs = 200
via_ir = false
# debug revert strings looks experimental and fails the CI because of an unexpected error.
revert_strings = "default"
names = true
sizes = true
gas_reports = ["BVault", "CrossLending", "CrossLiquidation", "IsolateLending", "IsolateLiquidation", "FlashLoan", "YieldEthStakingLido", "YieldRegistry", "YieldEthStakingLido", "YieldEthStakingEtherfi", "YieldSavingsDai"]
fs_permissions = [{ access = "read", path = "./"}]
ffi = true
[rpc_endpoints]
mainnet = "https://eth-mainnet.g.alchemy.com/v2/${ALCHEMY_KEY}"
sepolia = "https://eth-sepolia.g.alchemy.com/v2/${ALCHEMY_KEY}"
tenderly = "https://rpc.tenderly.co/fork/${TENDERLY_FORK_ID}"
[profile.default.fuzz]
runs = 1024
[profile.production.fuzz]
runs = 256
# See more config options https://github.com/foundry-rs/foundry/blob/master/crates/config/README.md#all-options