-
Notifications
You must be signed in to change notification settings - Fork 44
Expand file tree
/
Copy pathconfig.example.yml
More file actions
52 lines (52 loc) · 1.17 KB
/
config.example.yml
File metadata and controls
52 lines (52 loc) · 1.17 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
network_config: Holesky
postgres:
hostname: localhost
port: 5432
db_name: postgres
user: postgres
region: 0
region_name: "LOCAL"
broadcasters:
- !BeaconClient
url: http://localhost:5052
simulators:
- url: http://localhost:8545
beacon_clients:
- url: http://localhost:5052
relays: []
builders: []
validator_preferences:
filtering: regional
trusted_builders: null
header_delay: true
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
block_merging_config:
is_enabled: false
max_merged_bid_age_ms: 250
target_get_payload_propagation_duration_ms: 0
primev_config: null
discord_webhook_url: null
is_submission_instance: true
is_registration_instance: true
logging: !File
dir_path: /app/logs
file_name: titan_relay.log
otlp_server: http://localhost:4317
cores:
auctioneer: 1
sub_workers: [2, 3, 4, 5]
reg_workers: [6, 7, 8, 9]
tokio: [10, 11, 12, 13]