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

lastPriceToken query error #476

Closed
jamiehewitt15 opened this issue Jun 30, 2022 · 3 comments · Fixed by #477
Closed

lastPriceToken query error #476

jamiehewitt15 opened this issue Jun 30, 2022 · 3 comments · Fixed by #477
Assignees
Labels
Priority: Critical Type: Bug Something isn't working

Comments

@jamiehewitt15
Copy link
Member

When querying lastPriceToken from orders:

{
   orders{
       lastPriceToken {
         id
       }
  }
}

It's giving the following error:

"message": "Null value resolved for non-null field `lastPriceToken`"
@jamiehewitt15 jamiehewitt15 added the Type: Bug Something isn't working label Jun 30, 2022
@jamiehewitt15 jamiehewitt15 self-assigned this Jun 30, 2022
@trentmc
Copy link
Member

trentmc commented Jun 30, 2022

I just marked this as critical because fixing it is needed for today's Data Farming payouts.

Details: this bug means that we can't properly query prices on Polygon. Which means we can't do payouts for F. Payouts are every Thursday, which means today.

@trizin
Copy link
Contributor

trizin commented Jun 30, 2022

This only occurs on the Polygon subgraph, the rest works fine.

@jamiehewitt15
Copy link
Member Author

hmm ok, if that's the case we probably have different versions deployed for the other networks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority: Critical Type: Bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants