rmasEDA - INSERT DATA copy
    Updated 2023-06-15
    SELECT *
    FROM cosmos.core.fact_msg_attributes
    WHERE tx_id IN (
    SELECT DISTINCT tx_id
    FROM cosmos.core.fact_msg_attributes
    WHERE attribute_value = 'slashing'
    )
    ORDER BY unique_key
    LIMIT 10000
    Run a query to Download Data