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