forked from gattaca-com/helix
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.example.yml
More file actions
45 lines (45 loc) · 1.01 KB
/
config.example.yml
File metadata and controls
45 lines (45 loc) · 1.01 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
network_config: Holesky
postgres:
hostname: localhost
port: 5432
db_name: postgres
user: postgres
password: password
region: 0
region_name: "LOCAL"
redis:
url: redis://localhost:6379
broadcasters:
- !BeaconClient
url: http://localhost:5052
gossip_blobs_enabled: false
simulators:
- url: http://localhost:8545
beacon_clients:
- url: http://localhost:5052
gossip_blobs_enabled: false
relays: []
builders: []
validator_preferences:
filtering: regional
trusted_builders: null
header_delay: true
gossip_blobs: false
router_config:
enabled_routes:
- route: GetValidators
- route: SubmitBlock
- route: SubmitBlockOptimistic
- route: ValidatorRegistration
- route: GetHeader
rate_limit:
replenish_ms: 100
burst_size: 10
- route: GetPayload
- route: ProposerPayloadDelivered
- route: RegisterValidators
- route: Status
target_get_payload_propagation_duration_ms: 0
primev_config: null
skip_floor_bid_builder_pubkeys: []
discord_webhook_url: null