forked from NautilusOSS/df-evm
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfoundry.toml
More file actions
38 lines (31 loc) · 942 Bytes
/
foundry.toml
File metadata and controls
38 lines (31 loc) · 942 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
32
33
34
35
36
37
38
[profile.default]
src = "src"
out = "out"
libs = ["lib"]
via_ir = true
optimizer = true
optimizer_runs = 200
[profile.ci]
src = "src"
out = "out"
libs = ["lib"]
via_ir = true
optimizer = true
optimizer_runs = 200
# -----------------------------------------------------------------------------
# Deployment targets (use: FOUNDRY_PROFILE=<profile> forge script ... --rpc-url <endpoint>)
# -----------------------------------------------------------------------------
[profile.base-sepolia]
chain_id = 84532
[profile.hedera-testnet]
chain_id = 296
[profile.monad-testnet]
chain_id = 10143
[profile.og-testnet]
chain_id = 16602
[rpc_endpoints]
base_sepolia = "https://sepolia.base.org"
hedera_testnet = "https://testnet.hashio.io/api"
monad_testnet = "https://testnet-rpc.monad.xyz"
og_testnet = "https://evmrpc-testnet.0g.ai"
# See more config options https://github.com/foundry-rs/foundry/blob/master/crates/config/README.md#all-options