boomer77lp today
    Updated 2021-10-26
    select count(distinct from_address), pool_name
    from thorchain.liquidity_actions
    where lp_action = 'add_liquidity' and block_timestamp >= CURRENT_DATE - 1
    group by 2
    order by 1 desc
    Run a query to Download Data