Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add floor to top collections on landing #4265

Closed
yangwao opened this issue Nov 5, 2022 · 4 comments
Closed

Add floor to top collections on landing #4265

yangwao opened this issue Nov 5, 2022 · 4 comments
Labels
$ ~<50usd A-basilisk issues related to basilisk parachain A-landing issues related to landing page p2 core functionality, or is affecting 60% of app

Comments

@yangwao
Copy link
Member

yangwao commented Nov 5, 2022

Missing Floor on Basilisk currently.

image

@yangwao yangwao added $ ~<50usd p2 core functionality, or is affecting 60% of app A-basilisk issues related to basilisk parachain A-landing issues related to landing page labels Nov 5, 2022
@roiLeo
Copy link
Contributor

roiLeo commented Nov 7, 2022

Missing Floor on Basilisk currently.

related with kodadot/snek#116

This is not really the floor price that is displaying on TopCollection component

@yeshealer
Copy link
Contributor

yeshealer commented Dec 3, 2022

Currently floorPrice get NULL when chain is Basilisk.

query seriesInsightList(
  $limit: Int
  $orderBy: SeriesOrderByInput!
  $where: SeriesWhereInput
) {
  collectionEntities: series(
    limit: $limit
    orderBy: [$orderBy]
    where: $where
  ) {
    id
    floorPrice
    averagePrice
    image
    metadata
    sold
    name
    total
    buys
    unique
    uniqueCollectors
    volume
  }
}

Here is screenshot when chain is Basilisk
image

Here is screenshot when chain is RMRK
image

I'm not familiar with graphQL, so where can I re-calculate and get floorPrice?

@yangwao
Copy link
Member Author

yangwao commented Dec 4, 2022

I'm not familiar with graphQL,

It's easy! :)

so where can I re-calculate and get floorPrice?

Rubick is for RMRK - https://github.com/kodadot/rubick
Snek is for Basilisk - https://github.com/kodadot/snek

@yangwao
Copy link
Member Author

yangwao commented Jan 1, 2023

I'm not familiar with graphQL, so where can I re-calculate and get floorPrice?

hey have you managed to progress with this one? :)

@roiLeo roiLeo closed this as not planned Won't fix, can't repro, duplicate, stale Dec 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
$ ~<50usd A-basilisk issues related to basilisk parachain A-landing issues related to landing page p2 core functionality, or is affecting 60% of app
Projects
None yet
Development

No branches or pull requests

3 participants