-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
use BG Ponder Indexer for fetching data #6
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@carletex , it seems that while fetching events for old contract 0x2eA63c9C9C114ae85b1027697A906420a23e8572 it only fetches 9 events where as total events are 32, here is the query I am running : query Withdrawls {
cohortWithdrawals(
where: {cohortContractAddress: "0x2eA63c9C9C114ae85b1027697A906420a23e8572"}
orderBy: "timestamp"
orderDirection: "desc"
) {
reason
builder
amount
timestamp
cohortContractAddress
builder
id
}
} is it something to do with indexing? or maybe I am is there a field while making query that we can add to get all data? |
We ended up recreating the Database, as suggested here: ponder-sh/ponder#580 (comment) Everything seems to be working now. Merging! Great job @technophile-04 |
Description :
Completed :
/projects
page/members
pageTODO :