forked from lifinance/create3-factory
-
Notifications
You must be signed in to change notification settings - Fork 0
/
foundry.toml
60 lines (56 loc) · 2.4 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
[profile.default]
optimizer_runs = 1000000
[rpc_endpoints]
mainnet = "${RPC_URL_MAINNET}"
polygon = "${RPC_URL_POLYGON}"
bsc = "${RPC_URL_BSC}"
gnosis = "${RPC_URL_GNOSIS}"
fantom = "${RPC_URL_FANTOM}"
okx = "${RPC_URL_OKX}"
avalanche = "${RPC_URL_AVALANCHE}"
arbitrum = "${RPC_URL_ARBITRUM}"
optimism = "${RPC_URL_OPTIMISM}"
moonriver = "${RPC_URL_MOONRIVER}"
moonbeam = "${RPC_URL_MOONBEAM}"
celo = "${RPC_URL_CELO}"
fuse = "${RPC_URL_FUSE}"
cronos = "${RPC_URL_CRONOS}"
velas = "${RPC_URL_VELAS}"
harmony = "${RPC_URL_HARMONY}"
evmos = "${RPC_URL_EVMOS}"
aurora = "${RPC_URL_AURORA}"
boba = "${RPC_URL_BOBA}"
nova = "${RPC_URL_NOVA}"
zksync = "${RPC_URL_ZKSYNC}"
zkevm = "${RPC_URL_ZKEVM}"
base = "${RPC_URL_BASE}"
linea = "${RPC_URL_LINEA}"
opbnb = "${RPC_URL_OPBNB}"
# testnets
goerli = "${RPC_URL_GOERLI}"
sepolia = "${RPC_URL_SEPOLIA}"
mumbai = "${RPC_URL_MUMBAI}"
arbitrum-goerli = "${RPC_URL_ARBITRUM_GOERLI}"
consensys-zkevm-testnet = "${RPC_URL_CONSENSYS_ZKEVM_TESTNET}"
bsc-testnet = "${RPC_URL_BSC_TESTNET}"
scroll-alpha = "${RPC_URL_SCROLL_ALPHA}"
[etherscan]
mainnet = { key = "${ETHERSCAN_KEY}" }
polygon = { key = "${POLYGONSCAN_KEY}", url = "https://api.polygonscan.com/api" }
bsc = { key = "${BSCSCAN_KEY}", url = "https://api.bscscan.com/api" }
gnosis = { key = "${GNOSISBSCOUT_KEY}", url = "https://blockscout.com/poa/xdai/api" }
fantom = { key = "${FTMSCAN_KEY}", url = "https://api.ftmscan.com/api" }
avalanche = { key = "${SNOWTRACE_KEY}", url = "https://api.snowtrace.io/api" }
arbitrum = { key = "${ARBISCAN_KEY}", url = "https://api.arbiscan.io/api" }
optimism = { key = "${OPTIMISM_ETHERSCAN_KEY}", url = "https://api-optimistic.etherscan.io/api" }
moonriver = { key = "${MOONRIVER_MOONSCAN_KEY}", url = "https://api-moonriver.moonscan.io/api" }
moonbeam = { key = "${MOONBEAM_MOONSCAN_KEY}", url = "https://api-moonbeam.moonscan.io/api" }
nova = { key = "${NOVA_ARBISCAN_KEY}", url = "https://nova.arbiscan.io/api" }
base = { key = "${BASESCAN_API_KEY}", url = "https://api.basescan.org/api"}
linea = { key = "${LINEASCAN_API_KEY}", url = "https://api.lineascan.build/api"}
#testnets
goerli = { key = "${ETHERSCAN_KEY}" }
sepolia = { key = "${ETHERSCAN_KEY}" }
mumbai = { key = "${POLYGONSCAN_KEY}", url = "https://api-testnet.polygonscan.com/api" }
arbitrum-goerli = { key = "${ARBISCAN_KEY}", url = "https://api-goerli.arbiscan.io/api" }
# See more config options https://github.com/foundry-rs/foundry/tree/master/config