-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathfoundry.toml
More file actions
25 lines (22 loc) · 824 Bytes
/
Copy pathfoundry.toml
File metadata and controls
25 lines (22 loc) · 824 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 = "contracts"
out = "out"
libs = ["lib"]
test = "test"
script = "script"
solc_version = "0.8.20"
optimizer = true
optimizer_runs = 200
remappings = [
"@openzeppelin/contracts/=lib/openzeppelin-contracts/contracts/",
"forge-std/=lib/forge-std/src/",
]
fs_permissions = [{ access = "read", path = "./switchboard/registry.json" }]
[rpc_endpoints]
base_sepolia = "${RPC_BASE_SEPOLIA}"
op_sepolia = "${RPC_OP_SEPOLIA}"
lux_testnet = "${RPC_LUX_TESTNET}"
[etherscan]
base_sepolia = { key = "${ETHERSCAN_API_KEY}", chain = 84532, url = "https://api-sepolia.basescan.org/api" }
op_sepolia = { key = "${ETHERSCAN_API_KEY}", chain = 11155420, url = "https://api-sepolia-optimistic.etherscan.io/api" }
# See more config options https://github.com/foundry-rs/foundry/blob/master/crates/config/README.md