boomer771. weight anchor
    Updated 2022-01-08
    select sender, sum(deposit_amount) as UST_deposited, count(distinct tx_id) as deposit_tx_count
    from anchor.deposits
    where date(block_timestamp) >= CURRENT_DATE - 30
    group by 1
    order by 2 desc
    limit 10
    Run a query to Download Data