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

feat: add NAV values to epoch object #276

Closed
wants to merge 2 commits into from
Closed

feat: add NAV values to epoch object #276

wants to merge 2 commits into from

Conversation

hieronx
Copy link
Contributor

@hieronx hieronx commented Jan 14, 2025

No description provided.

@hieronx hieronx requested a review from filo87 January 14, 2025 12:32
@filo87
Copy link
Collaborator

filo87 commented Jan 14, 2025

@hieronx is this necessary? we are already making extra pool snapshots upon epoch closure....

these can be queried from PoolSnapshots or even from epoches:

{
  epoches {
    nodes {
      id
      poolId
      poolSnapshots {
        nodes {
          totalReserve
          portfolioValuation
          offchainCashValue
          totalReserve
        }
      }
    }
  }
}

@hieronx hieronx closed this Jan 14, 2025
@hieronx
Copy link
Contributor Author

hieronx commented Jan 14, 2025

@filo87 didn't realise that, great!

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.

2 participants