messarilast Q of transactions
    Updated 2023-04-16
    select
    block_timestamp,
    tx_hash,
    from_address
    FROM
    arbitrum.core.fact_transactions
    limit 10;

    Run a query to Download Data