Skip to content

wrong expiryDate for wrapped domains #89

@ChaituVR

Description

@ChaituVR

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
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions