Add bls event

This commit is contained in:
chonghe
2024-05-15 08:22:58 +08:00
parent f37ffe4b8d
commit ab9951481e
2 changed files with 11 additions and 0 deletions

View File

@@ -4364,6 +4364,9 @@ pub fn serve<T: BeaconChainTypes>(
api_types::EventTopic::ProposerSlashing => {
event_handler.subscribe_proposer_slashing()
}
api_types::EventTopic::BlsToExecutionChange => {
event_handler.subscribe_bls_to_execution_change()
}
};
receivers.push(