forked from graphprotocol/ens-subgraph
-
Notifications
You must be signed in to change notification settings - Fork 158
Open
Description
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
}
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels