Update Sepolia ENS subgraph#1202
Open
tony8713 wants to merge 1 commit into
Open
Conversation
Contributor
There was a problem hiding this comment.
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
ensSubgraphURL from deploymentCA5t8...toDmMXLt...to restore ENS reverse-lookup functionality via Subgrapher.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Member
|
https://thegraph.com/explorer/subgraphs/CA5t8ep58QKXBdLrjJHaREETHpCsy63kro9Eem6zBQAD?view=Query&chain=arbitrum-one Is working? 🤔 maybe there was some error before? |
Contributor
Dead again: The new address from this PR is the one referenced in ENS doc |
947eb1b to
0658d32
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
ensSubgraphto the indexed ENS Sepolia deploymentDmMXLtMZnGbQXASJ7p1jfzLUbBYnYUD9zNBTxpkjHYXV.CA5t8ep58QKXBdLrjJHaREETHpCsy63kro9Eem6zBQAD, which currently returnsbad indexers/indexer not availablethrough Subgrapher.Validation
0x24f15402c6bb870554489b2fd2049a85d75b982fand confirmed it returnstestchaitu.eth.snapshot-labs/stamp, temporarily swapped to the same URL and ranyarn jest --runInBand --forceExit test/integration/lookupDomains.test.ts -t sepolia; the Sepolia lookup test passed.yarn typecheckpasses 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 exerciseensSubgraph, so I treated it as an unrelated live Sepolia/RPC expectation issue.