We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On the Dapp this community is showing with less 5 beneficiaries (-5). > is not correct that number
The text was updated successfully, but these errors were encountered:
Weird. It has only two beneficiaries though. Everyone else was removed.
This is a bug on https://github.com/impactMarket/subgraph. Would likely require full research on this community's history to find the bug.
For reference
{ managerEntity(id: "0x969011d9dd16ab1e9d47d545e71c8fc948edf4d0") { state community { id } } beneficiaryEntities(where: { community: "0xdbfe978f9e0203791d19e0c4c2b046beef17e56a", state: 0 }) { id state } communityEntity(id: "0xdbfe978f9e0203791d19e0c4c2b046beef17e56a") { beneficiaries maxBeneficiaries state maxTotalClaim maxClaim claimAmount originalClaimAmount baseInterval incrementInterval incrementInterval estimatedFunds } }
Sorry, something went wrong.
No branches or pull requests
On the Dapp this community is showing with less 5 beneficiaries (-5). > is not correct that number
The text was updated successfully, but these errors were encountered: