-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathfoundry.toml
31 lines (23 loc) · 854 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
31
[profile.default]
src = "src"
out = "out"
solc_version = "0.8.20"
libs = ["lib"]
remappings = ['@chainlink/contracts/=lib/chainlink-brownie-contracts/contracts/',
'@openzeppelin/contracts=lib/openzeppelin-contracts/contracts',
'@openzeppelin/contracts-upgradeable=lib/openzeppelin-contracts-upgradeable/contracts',]
gas_reports = ["EquilibriumCore"]
# gas_reports_ignore = ["InstanceEquilibriumCore"]
[etherscan]
mainnet = { key = "${ETHERSCAN_API_KEY}" }
sepolia = {key = "${ETHERSCAN_API_KEY}"}
[rpc_endpoints]
sepolia = "${SEPOLIA_RPC_URL}"
[invariant]
runs = 128
depth = 128
fail_on_revert = true
fs_permissions = [{ access = "read-write", path = "./deployed_addresses.txt"}]
# IMPORTANT: should be false in production.
ffi = true
# See more config options https://github.com/foundry-rs/foundry/tree/master/config