kodadot / loligo

Common good repository for Squid indexers in KodaDot
2 stars 1 forks source link

Add cheapest to TokenEntity #52

Open vikiival opened 1 year ago

vikiival commented 1 year ago

We want to know the floor price of the TokenEntity However the current floor on CollectionEntity is not correct

Therefore we will try different approach:

type TokenEntity @entity {
  cheapest: NFTEntity
}

as I think would be easier to update :)