alleria6. [Easy] Number of LPs: Total
    Updated 2021-10-24
    SELECT
    lp_action,
    COUNT(distinct from_address)
    FROM thorchain.liquidity_actions
    WHERE tx_id is not NULL
    GROUP BY lp_action

    Run a query to Download Data