mirror of
https://gitlab.com/pulsechaincom/lighthouse-pulse.git
synced 2025-01-11 05:20:07 +00:00
Add missing route
This commit is contained in:
parent
0155c94f86
commit
bf7f709b51
@ -3494,6 +3494,7 @@ pub fn serve<T: BeaconChainTypes>(
|
|||||||
.or(get_lighthouse_attestation_performance.boxed())
|
.or(get_lighthouse_attestation_performance.boxed())
|
||||||
.or(get_lighthouse_block_packing_efficiency.boxed())
|
.or(get_lighthouse_block_packing_efficiency.boxed())
|
||||||
.or(get_lighthouse_merge_readiness.boxed())
|
.or(get_lighthouse_merge_readiness.boxed())
|
||||||
|
.or(get_blob_sidecars.boxed())
|
||||||
.or(get_events.boxed()),
|
.or(get_events.boxed()),
|
||||||
)
|
)
|
||||||
.boxed()
|
.boxed()
|
||||||
|
Loading…
Reference in New Issue
Block a user