boomer77sushi vs uni
    Updated 2021-11-14
    select date_trunc('week', block_timestamp) as dt, count(distinct from_address) as active_users, to_address_name
    from ethereum.transactions
    where to_address_name in ('sushiswap','uniswap') and block_timestamp >= '2021-01-01'
    group by 1,3
    Run a query to Download Data