kodadot / nft-gallery

Generative Art Marketplace
https://koda.art
MIT License
627 stars 358 forks source link

Assethubs top collections landing page section #7976

Closed exezbcz closed 8 months ago

exezbcz commented 10 months ago

we are missing top collection section on assethubs landing page image

needs indexer

exezbcz commented 10 months ago

cc @vikiival

roiLeo commented 10 months ago

link #7904

vikiival commented 10 months ago

This can be easily replaced by query

query topCollections {
  collectionEntities(orderBy:volume_DESC, limit:16, where: { volume_gt: "0" }) {
    id
    name
    image
    media
    volume
    floor
    nftCount
    }
}

Worse is that there is volume always 0 :)))))