-
Notifications
You must be signed in to change notification settings - Fork 0
/
kurtosis.yaml
52 lines (44 loc) · 1.33 KB
/
kurtosis.yaml
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
optimism_package:
participants:
- el_type: op-geth
network_params:
# Network name, used to enable syncing of alternative networks
# Defaults to "kurtosis"
network: "kurtosis"
# The network ID of the network.
# Must be unique for each network (if you run multiple networks)
# Defaults to "2151908"
network_id: "2151908"
# Seconds per slots
seconds_per_slot: 2
# Name of your rollup.
# Must be unique for each rollup (if you run multiple rollups)
# Defaults to "op-kurtosis"
name: "op-kurtosis"
# Triggering future forks in the network
# Fjord fork
# Defaults to 0 (genesis activation) - decimal value
# Offset is in seconds
fjord_time_offset: 0
# Granite fork
# Defaults to None - not activated - decimal value
# Offset is in seconds
granite_time_offset: 0
# Holocene fork
# Defaults to None - not activated - decimal value
# Offset is in seconds
# holocene_time_offset: ""
# Interop fork
# Defaults to None - not activated - decimal value
# Offset is in seconds
# interop_time_offset: ""
additional_services:
- blockscout
op_contract_deployer_params:
image: ethpandaops/optimism-contract-deployer:develop
ethereum_package:
network_params:
preset: minimal
additional_services:
- dora
- blockscout