forked from Commit-Boost/commit-boost-client
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpbs.happy.toml
More file actions
26 lines (24 loc) · 740 Bytes
/
pbs.happy.toml
File metadata and controls
26 lines (24 loc) · 740 Bytes
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
chain = "Holesky"
[pbs]
docker_image = "ghcr.io/commit-boost/pbs:latest"
with_signer = false
host = "127.0.0.1"
port = 18550
relay_check = true
wait_all_registrations = true
timeout_get_header_ms = 950
timeout_get_payload_ms = 4000
timeout_register_validator_ms = 3000
skip_sigverify = false
min_bid_eth = 0.5
relay_monitors = []
late_in_slot_time_ms = 2000
extra_validation_enabled = false
rpc_url = "https://ethereum-holesky-rpc.publicnode.com"
[[relays]]
id = "example-relay"
url = "http://0xa1cec75a3f0661e99299274182938151e8433c61a19222347ea1313d839229cb4ce4e3e5aa2bdeb71c8fcf1b084963c2@abc.xyz"
headers = { X-MyCustomHeader = "MyCustomHeader" }
enable_timing_games = false
target_first_request_ms = 200
frequency_get_header_ms = 300