Merge branch 'gloas-proposer-preferences-sse' into glamsterdam-devnet-4

This commit is contained in:
Eitan Seri-Levi
2026-05-24 13:26:40 +03:00
5 changed files with 45 additions and 0 deletions

View File

@@ -3254,6 +3254,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()
}