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
There's a new snapshotting method in the subquery. This is deployed in the staging release: https://explorer.subquery.network/subquery/centrifuge/pools-multichain?stage=true
Oddly enough, the daily balance sheet report does correctly show the token price:
It seems something must have broken in getDailyPoolStates method of centrifuge.js.
getDailyPoolStates
{ snapshotPeriods(orderBy: START_ASC, first: 1000) { nodes { id poolSnapshots { aggregates { sum { normalizedNAV } } } } } }
The text was updated successfully, but these errors were encountered:
@onnovisser Is this working again? I don't see any PR's?
Sorry, something went wrong.
@0x4Graham yes, it was this PR #2342
onnovisser
No branches or pull requests
There's a new snapshotting method in the subquery. This is deployed in the staging release: https://explorer.subquery.network/subquery/centrifuge/pools-multichain?stage=true
Oddly enough, the daily balance sheet report does correctly show the token price:
It seems something must have broken in
getDailyPoolStates
method of centrifuge.js.The text was updated successfully, but these errors were encountered: