-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmoccasin.toml
More file actions
43 lines (33 loc) · 907 Bytes
/
moccasin.toml
File metadata and controls
43 lines (33 loc) · 907 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
39
40
41
42
43
#[project]
#src = "src"
#out = "out"
#dot_env = ".env" # better put on another location
#dependencies = ["snekmate"]
[networks.pyevm]
is_zksync = false
[networks.anvil]
url = "http://127.0.0.1:8545"
prompt_live = false
save_to_db = false
default_account_name = "anvil1"
chain_id = 31337
[networks.anvil-zksync]
url = "http://127.0.0.1:8011"
prompt_live = false
is_zksync = true
default_account_name = "anvil-zksync"
chain_id = 260
[networks.sepolia]
url = "https://ethereum-sepolia-rpc.publicnode.com"
chain_id = 11155111
[networks.zksync-sepolia]
url = "https://sepolia.era.zksync.dev"
chain_id = 300
is_zksync = true
prompt_live = true
[networks.our_fake_chain_free] # pw like anvil
url = "$TENDERLY_RPC_URL"
save_to_db = false
prompt_live = false
default_account_name = "tenderly1"
# You can view all configuration options at https://cyfrin.github.io/moccasin/all_moccasin_toml_parameters.html