-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmoccasin.toml
47 lines (39 loc) · 1.12 KB
/
moccasin.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
[project]
src = "src"
out = "out"
dot_env = ".env"
dependencies = ["snekmate"]
# Top level Networks conf
[networks.contracts.raffle]
deployer_script = "deploy.py"
[networks.contracts.vrf_coordinator_2_5]
deployer_script = "mock/deploy_vrf_coordinator.py"
# Networks specific conf
[networks.pyevm.extra_data]
sub_id = 0
gas_lane = "0x787d74caea10b2b357790d5b5247c2f63d1d91572a9846f780606e4d953677ae"
entrance_fee = 10_000
callback_gas_limit = 500_000
duration = 60
[networks.anvil]
url = "http://127.0.0.1:8545"
prompt_live = false
save_to_db = false
chain_id = 31337
default_account_name = "anvil0"
unsafe_password_file = "$ANVIL_UNSAFE_PASSWORD_PATH"
[networks.anvil.extra_data]
sub_id = 0
gas_lane = "0x787d74caea10b2b357790d5b5247c2f63d1d91572a9846f780606e4d953677ae"
entrance_fee = 10_000
callback_gas_limit = 500_000
duration = 60
# @dev I think we would need some link token to get faucets
# [networks.sepolia]
# url = "https://ethereum-sepolia-rpc.publicnode.com"
# chain_id = 11155111
# [tool.moccasin.networks.zksync-sepolia]
# url = "https://sepolia.era.zksync.dev"
# chain_id = 300
# is_zksync = true
# prompt_live = true