yasmin-n-d-r-hWhat are users swapping for
    Updated 2022-06-20
    SELECT block_timestamp::date as date, TOKEN_IN_CONTRACT, count(DISTINCT TX_ID)
    FROM flow.core.fact_swaps
    where date <'2022-06-20'
    group by 1 , 2
    ;
    Run a query to Download Data