Open llunaCreixent opened 2 years ago
It was deleted in https://github.com/CirclesUBI/circles-dashboard/pull/11, but the visual component
import GrainIcon from '@material-ui/icons/Grain'; <Chip icon={<GrainIcon />} label={`${health.graph.entityCount} entities`} />
and the complete query to the graph
{ indexingStatusForCurrentVersion(subgraphName: "${process.env.SUBGRAPH_NAME}") { synced health entityCount fatalError { message block { number hash } handler } chains { chainHeadBlock { number } latestBlock { number } } } }
can be added back once the index-node requests work again on thegraph.com.
index-node
index-node requests are working again!
It was deleted in https://github.com/CirclesUBI/circles-dashboard/pull/11, but the visual component
and the complete query to the graph
can be added back once the
index-node
requests work again on thegraph.com.