Elprognerd7- Aurory top 10 players
    Updated 2023-02-11
    SELECT
    signers[0] as "players",
    count(tx_id) as "number of use"
    FROM solana.core.fact_events
    where program_id='STkwf3sbMapjy7KV3hgrJtcVvY4SvRxWQ8pj4Enw1i5'
    GROUP by 1
    ORDER by 2 DESC
    LIMIT 10
    Run a query to Download Data