indexer
indexer copied to clipboard
dao-marketplace/#45: fix collection stats calculations
This PR better aligns our collection stats with ME by fixing the count of current holders of a collection, and removing the restriction that listings be made in SOL.
Changes
- for holders, use
distinct_on
to get the distinct metadata owners, and then get the count of results - for listing count, remove the
auction_house.treasury_mint
filter