Add inclusion list sse event

This commit is contained in:
Eitan Seri-Levi
2025-03-20 23:59:32 -06:00
parent 411860fe58
commit 77e86b102d
6 changed files with 39 additions and 10 deletions

View File

@@ -4699,6 +4699,9 @@ pub fn serve<T: BeaconChainTypes>(
api_types::EventTopic::BlockGossip => {
event_handler.subscribe_block_gossip()
}
api_types::EventTopic::InclusionList => {
event_handler.subscribe_inclusion_list()
}
};
receivers.push(