Skip to content

Commit fd8b6a2

Browse files
committed
docs
1 parent 4f71837 commit fd8b6a2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

config.example.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@ get_params = { param1 = "value1", param2 = "value2" }
9696
# "http" -> one request per get_header, at the relay url above
9797
# "stream" -> websocket stream of bid updates, only for relays that support it. Connects to
9898
# ws(s)://<relay url>/eth/v1/builder/header_stream/{slot}/{parent_hash}/{pubkey}.
99+
# Requires a UUID api key, set it in `headers` field above under the `X-Api-Key`
100+
# name; it is sent on the websocket handshake. Can use https://www.uuidgenerator.net/version4 to generate one.
99101
# OPTIONAL, DEFAULT: "http"
100102
get_header = "http"
101103
# Whether to enable timing games, as tuned by `target_first_request_ms` and `frequency_get_header_ms`.

0 commit comments

Comments
 (0)