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
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
distinct_on
to get the distinct metadata owners, and then get the count of resultsauction_house.treasury_mint
filter