-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
When opening the token page, it does not display correct values compared to on-chain reality.
Current dependency
We currently rely on Chaingraph, but it does not return the correct values needed for the token page.
Steps to reproduce
- Open the token page in the explorer.
- Observe the displayed values for the token and related addresses.
- Compare against values computed from actual on-chain transactions.
Actual result
- The values shown on the token page do not match the real token balances/state.
Expected result
- Accurate token metrics (balance, transfers, sub-totals, etc.) derived from actual chain transactions.
Proposed solutions
- Client-side computation: scan all token transactions in the browser and display computed results.
- Server-side computation: perform the same scanning/indexing on the backend to reduce client load and ensure consistency.
- Build an address–token indexer across all networks to support precise and fast queries.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
