-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfoundry.toml
More file actions
27 lines (22 loc) · 1.03 KB
/
foundry.toml
File metadata and controls
27 lines (22 loc) · 1.03 KB
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
[profile.default]
src = 'src'
out = 'out'
libs = ['lib']
ffi = true
verbosity = 5
fs_permissions = [{ access = "read", path = "./script" }]
# See more config options https://github.com/foundry-rs/foundry/tree/master/config
optimizer = true
optimizer_runs = 200
via_ir = true
[rpc_endpoints]
push_testnet = "https://evm.rpc-testnet-donut-node1.push.org/"
push_testnet_alt = "https://evm.rpc-testnet-donut-node2.push.org/"
[etherscan]
57054 = { key = "${SONICBLAST_API_KEY}", url = "https://api-testnet.sonicscan.org/api" }
84532 = { key = "${BASESCAN_API_KEY}", url = "https://api-sepolia.basescan.org/api" }
1001 = { key = "nes", url = "https://api-baobab.klaytnscope.com/api" }
4202 = { key = "${LISK_API_KEY}", url = "https://sepolia-blockscout.lisk.com/api" }
11155111 = { key = "${ETHERSCAN_API_KEY}", url = "https://api-sepolia.etherscan.io/api" }
5201420 = { key = "${ETHERSCAN_API_KEY}", url = "https://blockexplorer.thesecurityteam.rocks/api" }
push_testnet = { key = "blockscout", url = "https://donut.push.network/api", chain = 42101 }