forked from ethereum-optimism/optimism
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsimple.yaml
More file actions
89 lines (89 loc) · 2.54 KB
/
simple.yaml
File metadata and controls
89 lines (89 loc) · 2.54 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
optimism_package:
faucet:
enabled: true
image: {{ localDockerImage "op-faucet" }}
chains:
op-kurtosis:
participants:
node0:
el:
type: op-geth
image: ""
log_level: ""
extra_env_vars: {}
extra_labels: {}
extra_params: []
tolerations: []
volume_size: 0
min_cpu: 0
max_cpu: 0
min_mem: 0
max_mem: 0
cl:
type: op-node
image: {{ localDockerImage "op-node" }}
log_level: ""
extra_env_vars: {}
extra_labels: {}
extra_params: []
tolerations: []
volume_size: 0
min_cpu: 0
max_cpu: 0
min_mem: 0
max_mem: 0
mev_params:
image: ""
builder_host: ""
builder_port: ""
network_params:
network: "kurtosis"
network_id: "2151908"
seconds_per_slot: 2
fjord_time_offset: 0
granite_time_offset: 0
holocene_time_offset: 0
isthmus_time_offset: 0
fund_dev_accounts: true
batcher_params:
image: {{ localDockerImage "op-batcher" }}
extra_params: []
proposer_params:
image: {{ localDockerImage "op-proposer" }}
extra_params: []
game_type: 1
proposal_interval: 10m
challengers:
challenger:
enabled: true
image: {{ localDockerImage "op-challenger" }}
participants: "*"
cannon_prestates_url: {{ localPrestate.URL }}
cannon_trace_types: ["cannon", "permissioned"]
op_contract_deployer_params:
image: {{ localDockerImage "op-deployer" }}
l1_artifacts_locator: {{ localContractArtifacts "l1" }}
l2_artifacts_locator: {{ localContractArtifacts "l2" }}
overrides:
faultGameAbsolutePrestate: {{ localPrestate.Hashes.prestate_mt64 }}
global_log_level: "info"
global_node_selectors: {}
global_tolerations: []
persistent: false
ethereum_package:
participants:
- el_type: geth
cl_type: teku
cl_image: consensys/teku:25.7.1
network_params:
preset: minimal
genesis_delay: 5
additional_preloaded_contracts: |
{
"0x4e59b44847b379578588920cA78FbF26c0B4956C": {
"balance": "0ETH",
"code": "0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe03601600081602082378035828234f58015156039578182fd5b8082525050506014600cf3",
"storage": {},
"nonce": "1"
}
}