-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathkurtosis_config.yaml
50 lines (46 loc) · 1.52 KB
/
kurtosis_config.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
network_params:
seconds_per_slot: 2 # 2 seconds are the minimum for testing
genesis_delay: 0 # This is needed to avoid timestamp issues on Helix
tx_spammer_params:
tx_spammer_extra_args: ["--slot-time=1", "--accounts=10", "--txcount=1"]
additional_services:
- broadcaster
- tx_spammer
- blockscout
- dora
- prometheus_grafana
# - assertoor
# - blob_spammer
# - custom_flood
# - goomy_blob
# - el_forkmon
# - beacon_metrics_gazer
# - full_beaconchain_explorer
# - blobscan
mev_type: full
mev_params:
mev_builder_cl_image: sigp/lighthouse:latest
# Bolt-specific images:
# Adding the `bolt_boost_image` will start the devnet with Bolt-Boost
# instead of MEV-Boost by Flashbots
# bolt_boost_image: ghcr.io/chainbound/bolt-boost:0.1.0
bolt_sidecar_image: ghcr.io/chainbound/bolt-sidecar:0.1.0
# bolt_sidecar_extra_params:
# firewall_rpcs: "ws://host.docker.internal:8015/api/v1/firewall_stream"
helix_relay_image: ghcr.io/chainbound/helix:0.1.0
mev_relay_image: ghcr.io/chainbound/bolt-relay:0.1.0
mev_builder_image: ghcr.io/chainbound/bolt-builder:0.1.0
mev_boost_image: ghcr.io/chainbound/bolt-mev-boost:0.1.0
mev_boost_args: []
mev_relay_api_extra_args: []
mev_relay_housekeeper_extra_args: []
mev_relay_website_extra_args: []
mev_builder_extra_args: []
mev_builder_prometheus_config:
scrape_interval: 15s
labels: {}
mev_flood_image: flashbots/mev-flood
mev_flood_extra_args: []
mev_flood_seconds_per_bundle: 15
custom_flood_params:
interval_between_transactions: 1