-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathfoundry.toml
26 lines (24 loc) · 1.06 KB
/
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
[rpc_endpoints]
mumbai = "${MUMBAI_RPC_URL}"
polygon = "${POLYGON_RPC_URL}"
ethereum = "${ETHEREUM_RPC_URL}"
bsc = "${BSC_RPC_URL}"
[etherscan]
polygon = { key = "${POLYGONSCAN_API_KEY}", chain = 137, url = "https://api.polygonscan.com/api" }
bsc = { key = "${BSCSCAN_API_KEY}", chain = 56, url = "https://api.bscscan.com/api" }
v-bsc-890 = { key = "${BSC_TENDERLY_ACCESS_TOKEN}", chain = 890, url = "${V_BSC_RPC_URL}/verify/etherscan" }
etherscan = { key = "${ETHEREUMSCAN_API_KEY}", chain = 1, url = "https://api.etherscan.com/api" }
v-mainnet888scan = { key = "${ETH_TENDERLY_ACCESS_TOKEN}", chain = 888, url = "${V_ETHEREUM_RPC_URL}/verify/etherscan" }
v-polygon = { key = "${POL_TENDERLY_ACCESS_TOKEN}", chain = 8889, url = "${V_POLYGON_RPC_URL}/verify/etherscan" }
[profile.default]
solc = "0.8.28"
src = "src"
out = "out"
libs = ["lib"]
cbor_metadata = true
evmVersion = "cancun"
build_info = true
extra_output = ["storageLayout"]
optimizer = true
optimizer_runs = 200
# See more config options https://github.com/foundry-rs/foundry/blob/master/crates/config/README.md#all-options