Skip to content
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

Remove Tinlake TVL #2257

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

Remove Tinlake TVL #2257

wants to merge 2 commits into from

Conversation

AStox
Copy link
Contributor

@AStox AStox commented Jun 28, 2024

Description

This pull request removes the apps reliance on tinlake TVL, using subquery instead:

query {
    poolSnapshots (first: 1000) {
        groupedAggregates(groupBy: [TIMESTAMP]) {
          keys
          sum {
            normalizedNAV
          }
      }
    }
}

Closes #

Approvals

  • Dev
  • Dev
  • Designer
  • Product

Screenshots

Impact

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant