piperTHORChain Number of Users of THORChain Bridges by Asset
    Updated 2021-10-26
    SELECT
    COUNT(DISTINCT to_address) AS user_count,
    BURN_ASSET
    FROM
    thorchain.upgrades
    GROUP BY
    BURN_ASSET
    Run a query to Download Data