Elprognerd2023-02-27 11:22 AM
    Updated 2023-02-27
    select *
    from osmosis.core.dim_labels
    where project_name ilike '%AVAX%'

    select
    count(tx_hash)
    from osmosis.core.fact_transfers
    Run a query to Download Data