PapasotDistinct swappers (pactfi)
    Updated 2023-01-02
    select
    count (distinct swapper)
    from algorand.swaps
    where
    swap_program = 'pactfi'
    --swap_program = 'algofi' OR
    --swap_program = 'wagmiswap'

    Run a query to Download Data