hbd19942. Optimism
    Updated 2022-11-17
    select *
    from axelar.core.fact_msg_attributes
    where MSG_TYPE ilike '%axelar.evm%'
    and BLOCK_TIMESTAMP < CURRENT_DATE
    and BLOCK_TIMESTAMP >= CURRENT_DATE - 1
    order by 2 , 10
    Run a query to Download Data