forked from primodiumxyz/primodium
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfoundry.toml
More file actions
40 lines (35 loc) · 1 KB
/
foundry.toml
File metadata and controls
40 lines (35 loc) · 1 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
28
29
30
31
32
33
34
35
36
37
38
39
40
[profile.default]
solc_version = "0.8.24"
ffi = false
fuzz_runs = 256
optimizer = true
optimizer_runs = 20
verbosity = 5
src = "src"
test = "test"
out = "out"
allow_paths = [
# pnpm symlinks to the project root's node_modules
"../../node_modules",
# template uses linked mud packages from within the mud monorepo
"../../../../packages",
# projects created from this template and using linked mud packages
"../../../mud/packages",
]
extra_output_files = ["abi", "evm.bytecode"]
fs_permissions = [{ access = "read", path = "./" }]
[profile.caldera]
eth_rpc_url = "https://primodium-bedrock.calderachain.xyz/replica-http"
chain_id = 12523
[profile.caldera-sepolia]
eth_rpc_url = "https://primodium-sepolia.rpc.caldera.xyz/http"
chain_id = 10017
[profile.redstone-holesky]
eth_rpc_url = "https://rpc.holesky.redstone.xyz"
chain_id = 17001
[profile.base-sepolia]
eth_rpc_url = "https://sepolia.base.org"
chain_id = 84532
[profile.happychain-sepolia]
eth_rpc_url = "https://rpc.testnet.happy.tech/http"
chain_id = 216