-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathfoundry.toml
More file actions
31 lines (24 loc) · 917 Bytes
/
foundry.toml
File metadata and controls
31 lines (24 loc) · 917 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
26
27
28
29
30
31
[profile.default]
src = "src"
out = "out"
libs = ['node_modules', 'lib']
solc_version = "0.8.24"
optimizer = true
optimizer_runs = 200
# auto_detect_remappings = true
remappings = [
"@chainlink/contracts-ccip/=lib/ccip/contracts/",
"@chainlink/local/src/v0.8/=node_modules/@chainlink/local/src/v0.8/",
"@openzeppelin/contracts/=lib/openzeppelin-contracts/"
]
fs_permissions = [{ access = "read-write", path = "./" }]
# evm_version = "shanghai"
evm_version = "paris"
#solc = '0.8.28'
[rpc_endpoints]
ethSepolia = "${ETH_SEPOLIA_RPC}"
baseSepolia = "${BASE_SEPOLIA_RPC}"
[etherscan]
ethSepolia = { key = "${ETHERSCAN_API_KEY}", chain = 11155111, url = "https://api-sepolia.etherscan.io/api" }
baseSepolia = { key = "${BASESCAN_API_KEY}", chain = 84532, url = "https://sepolia.base.org" }
# See more config options https://github.com/foundry-rs/foundry/blob/master/crates/config/README.md#all-options