v3-subgraph
v3-subgraph copied to clipboard
Token poolCount variable always returns 0
The poolCount variable returns value 0 for all tokens. I have provided an example query below to show this.
query Test {
tokens(orderBy: txCount, orderDirection: desc) {
poolCount
name
}
}