Skip to content

Update Sepolia ENS subgraph#1202

Open
tony8713 wants to merge 1 commit into
masterfrom
codex/update-sepolia-ens-subgraph
Open

Update Sepolia ENS subgraph#1202
tony8713 wants to merge 1 commit into
masterfrom
codex/update-sepolia-ens-subgraph

Conversation

@tony8713

@tony8713 tony8713 commented Jun 1, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Update Sepolia ensSubgraph to the indexed ENS Sepolia deployment DmMXLtMZnGbQXASJ7p1jfzLUbBYnYUD9zNBTxpkjHYXV.
  • Replace the previous deployment CA5t8ep58QKXBdLrjJHaREETHpCsy63kro9Eem6zBQAD, which currently returns bad indexers / indexer not available through Subgrapher.

Validation

  • Queried the new Subgrapher URL for 0x24f15402c6bb870554489b2fd2049a85d75b982f and confirmed it returns testchaitu.eth.
  • In snapshot-labs/stamp, temporarily swapped to the same URL and ran yarn jest --runInBand --forceExit test/integration/lookupDomains.test.ts -t sepolia; the Sepolia lookup test passed.
  • yarn typecheck passes in this repo.

Note

  • yarn test:once test/e2e/utils.spec.js -t 'return an address for sepolia' currently fails by returning the zero address from direct onchain ENS resolution. That test does not exercise ensSubgraph, so I treated it as an unrelated live Sepolia/RPC expectation issue.

@wa0x6e wa0x6e marked this pull request as ready for review June 1, 2026 02:18
@wa0x6e wa0x6e requested review from ChaituVR and Copilot June 1, 2026 02:18

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the Sepolia ENS subgraph endpoint in src/networks.json to point to a new indexed Subgrapher deployment, replacing a previous deployment that was returning indexer availability errors.

Changes:

  • Swapped Sepolia ensSubgraph URL from deployment CA5t8... to DmMXLt... to restore ENS reverse-lookup functionality via Subgrapher.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@ChaituVR

ChaituVR commented Jun 1, 2026

Copy link
Copy Markdown
Member

@ChaituVR ChaituVR removed their request for review June 1, 2026 13:07
@wa0x6e

wa0x6e commented Jun 10, 2026

Copy link
Copy Markdown
Contributor

https://thegraph.com/explorer/subgraphs/CA5t8ep58QKXBdLrjJHaREETHpCsy63kro9Eem6zBQAD?view=Query&chain=arbitrum-one Is working? 🤔 maybe there was some error before?

Dead again:

{
  "errors": [
    {
      "message": "bad indexers: {0xbdfb5ee5a2abf4fc7bb1bd1221067aef7f9de491: BadResponse(400)}"
    }
  ]
}

The new address from this PR is the one referenced in ENS doc

@tony8713 tony8713 force-pushed the codex/update-sepolia-ens-subgraph branch from 947eb1b to 0658d32 Compare June 10, 2026 15:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants