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 is a problem with ENS subgraph It is returning wrong expiryDate for wrapped domains https://thegraph.com/explorer/subgraphs/5XqPmWe6gjyrJtFn9cLy237i4cWw2j9HcUJEXsP5qGtH?view=Query&chain=arbitrum-one Compare the difference for expiryDate with below queries:
{ wrappedDomains(first: 5, where:{name:"bsx.eth"}) { id name expiryDate } }
{ domains(first: 5, where:{name:"bsx.eth"}) { id name expiryDate } }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There is a problem with ENS subgraph
It is returning wrong expiryDate for wrapped domains
https://thegraph.com/explorer/subgraphs/5XqPmWe6gjyrJtFn9cLy237i4cWw2j9HcUJEXsP5qGtH?view=Query&chain=arbitrum-one
Compare the difference for expiryDate with below queries:
The text was updated successfully, but these errors were encountered: