ELAYattester and attestation stats since Merge
    Updated 2022-11-10
    select epoch_number::string, count (*)
    from ethereum.beacon_chain.fact_blocks
    where attester_slashings is not null and attester_slashings !=[]
    and slot_timestamp <= CURRENT_DATE -1
    group by 1 order by 2 desc
    Run a query to Download Data