proposer preferences SSE event

This commit is contained in:
Eitan Seri- Levi
2026-05-16 08:08:30 -07:00
parent 1a68631180
commit a5bd456a58
5 changed files with 45 additions and 0 deletions

View File

@@ -3241,6 +3241,9 @@ pub fn serve<T: BeaconChainTypes>(
api_types::EventTopic::ExecutionPayloadBid => {
event_handler.subscribe_execution_payload_bid()
}
api_types::EventTopic::ProposerPreferences => {
event_handler.subscribe_proposer_preferences()
}
api_types::EventTopic::PayloadAttestationMessage => {
event_handler.subscribe_payload_attestation_message()
}