LittlerDataTokens swapped in
    Updated 2022-06-20
    select count(*) as in_amount, symbol_in
    from ethereum.core.ez_dex_swaps
    where origin_from_address in (select address from flipside_prod_db.crosschain.address_labels where project_name ilike 'Celsius network')

    group by 2
    order by 1 desc

    --0xdb5aa12ad695ef2a28c6cdb69f2bb04bed20a48e en el otro tenia harto
    Run a query to Download Data