You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HoldersCount cant be queried via rpc query but must come from subgraph. Its the only dynamic field we sync from there. It seems overkill to query each pool on the subgraph when we sync pools just to get the holders count as well.
In the old sync model, holders count was synced along with life time stats such as swapsCount or lifetimeVolume, I think we should sync holders count also in this context as HoldersCount doesnt seem like a very important field that needs to be updated in real time.
The text was updated successfully, but these errors were encountered:
HoldersCount cant be queried via rpc query but must come from subgraph. Its the only dynamic field we sync from there. It seems overkill to query each pool on the subgraph when we sync pools just to get the holders count as well.
In the old sync model, holders count was synced along with life time stats such as
swapsCount
orlifetimeVolume
, I think we should sync holders count also in this context as HoldersCount doesnt seem like a very important field that needs to be updated in real time.The text was updated successfully, but these errors were encountered: