indexer icon indicating copy to clipboard operation
indexer copied to clipboard

dao-marketplace/#45: fix collection stats calculations

Open austinmilt opened this issue 2 years ago • 0 comments

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

austinmilt avatar Aug 24 '22 21:08 austinmilt