Skip to content

Omnigraph: Expand available metadata about a domain (DNS? imported? etc) #2298

Description

@lightwalker-eth

For example, consider the case of a names like:

  • Resolving onchain DNS names like ensfairy.xyz or llev.me
  • Resolving offchain DNS names like dperri.com

And consider how we already have metadata about if a domain is an ENSv1 domain, an ENSv2 domain, or an Unindexed domain, similar to the idea below.

    "domain": {
      "__typename": "ENSv1Domain",

It would be nice if we introduced some data model into the ENS Omnigraph API that might answer questions such as:

  1. Is this a DNS name or not?
  2. If it is a DNS name, is it imported onchain or not?

There's many questions to plan and answer in this general direction. The issue description here is quickly written just to log the idea. Before we work on this we should work to more formally define our goals.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Fields

    No fields configured for Feature.

    Projects

    Status
    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions