You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
LUSD and Compound price feed are incorrect
Reproduction
Where can we see this bug in action?
Link to subgraph on USDs V2 Subgraph dailyRewardTokens(first: 100,orderBy:blockTimestamp,orderDirection:desc) { id name actualPrice blockTimestamp } Expected behavior
The LUSD price should be around 1 and compound price is wrong
I'm using getUsdPricePerToken function to get the asset price
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
@bayou020 the subgraph you mentioned above is not a Messari Subgraph. Is there a Messari subgraph that has the errors you mentioned above and if so, can you link that one?
Describe the bug
LUSD and Compound price feed are incorrect
Reproduction
Where can we see this bug in action?
USDs V2 Subgraph
dailyRewardTokens(first: 100,orderBy:blockTimestamp,orderDirection:desc) { id name actualPrice blockTimestamp }
Expected behavior
The LUSD price should be around 1 and compound price is wrong
I'm using
getUsdPricePerToken
function to get the asset priceScreenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: