Skip to content

fix: actually hotfix Sepolia BasenamesL1Resolver/LineanamesL1Resolver#2082

Merged
shrugs merged 2 commits intomainfrom
hotfix/oops
May 10, 2026
Merged

fix: actually hotfix Sepolia BasenamesL1Resolver/LineanamesL1Resolver#2082
shrugs merged 2 commits intomainfrom
hotfix/oops

Conversation

@shrugs
Copy link
Copy Markdown
Member

@shrugs shrugs commented May 10, 2026

No description provided.

shrugs added 2 commits May 10, 2026 13:12
…d changes to the Sepolia Namespace to include Basenames and Lineanames L1 Resolvers.
@vercel
Copy link
Copy Markdown
Contributor

vercel Bot commented May 10, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
admin.ensnode.io Ready Ready Preview, Comment May 10, 2026 6:14pm
ensnode-enskit-react-example Ready Ready Preview, Comment May 10, 2026 6:14pm
ensnode.io Ready Ready Preview, Comment May 10, 2026 6:14pm
ensrainbow.io Ready Ready Preview, Comment May 10, 2026 6:14pm

@shrugs shrugs requested a review from a team as a code owner May 10, 2026 18:13
Copilot AI review requested due to automatic review settings May 10, 2026 18:13
@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented May 10, 2026

🦋 Changeset detected

Latest commit: fe4d8ad

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 24 packages
Name Type
@ensnode/datasources Patch
ensadmin Patch
ensapi Patch
ensindexer Patch
fallback-ensapi Patch
@ensnode/ensnode-sdk Patch
@ensnode/integration-test-env Patch
@namehash/namehash-ui Patch
ensrainbow Patch
@namehash/ens-referrals Patch
@ensnode/ensdb-sdk Patch
@ensnode/ensnode-react Patch
@ensnode/ensrainbow-sdk Patch
@docs/ensnode Patch
@docs/ensrainbow Patch
enssdk Patch
enscli Patch
enskit Patch
ensskills Patch
@ensnode/ponder-sdk Patch
@ensnode/ponder-subgraph Patch
@ensnode/shared-configs Patch
@ensnode/ensindexer-perf-testing Patch
@ensnode/enskit-react-example Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 10, 2026

Warning

Rate limit exceeded

@shrugs has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 47 minutes and 53 seconds before requesting another review.

You’ve run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: a6af4cca-f9d7-494a-b70f-853e7ac83f3a

📥 Commits

Reviewing files that changed from the base of the PR and between f13958b and fe4d8ad.

📒 Files selected for processing (2)
  • .changeset/true-snakes-return.md
  • packages/datasources/src/sepolia.ts
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch hotfix/oops

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps Bot commented May 10, 2026

Greptile Summary

This PR hotfixes the @ensnode/datasources package by adding two missing contract entries — BasenamesL1Resolver and LineanamesL1Resolver — to the Sepolia ENSRoot datasource that were intended to ship in v1.13.0 but were missing from that release.

  • Adds BasenamesL1Resolver (0x084d10...) at Sepolia start block 6501252, mirroring the address already documented in the Basenames datasource comment for basetest.eth.
  • Adds LineanamesL1Resolver (0xb4b274...) at Sepolia start block 10415742, following the same pattern as mainnet; however, the address differs from the one documented in the adjacent Lineanames section comment (which lists 0x64884ED... as the current resolver for linea-sepolia.eth as of June 2025).

Confidence Score: 4/5

The change only adds two new contract entries and does not touch any existing configuration, making it safe to merge.

The BasenamesL1Resolver address is consistent with existing documentation in the file. The LineanamesL1Resolver address differs from the address cited in the adjacent Lineanames section comment, which is worth a quick author confirmation before the release is widely consumed.

packages/datasources/src/sepolia.ts — specifically the LineanamesL1Resolver address

Important Files Changed

Filename Overview
packages/datasources/src/sepolia.ts Adds BasenamesL1Resolver and LineanamesL1Resolver contract entries to the Sepolia ENSRoot datasource; BasenamesL1Resolver address matches the Basenames section comment, but LineanamesL1Resolver address (0xb4b274...) differs from the resolver documented for 'linea-sepolia.eth' (0x64884E...) in the Lineanames section comment.
.changeset/true-snakes-return.md Changeset for a patch bump on @ensnode/datasources; description is informational and the versioning mechanism itself is correct.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A["ENSRoot (Sepolia)"] --> B["Existing contracts\n(UniversalResolver, NameWrapper, etc.)"]
    A --> C["BasenamesL1Resolver\n0x084d10...\nstartBlock: 6501252"]
    A --> D["LineanamesL1Resolver\n0xb4b274...\nstartBlock: 10415742"]

    C -->|"ResolverABI\nWildcard/CCIP-Read"| E["basetest.eth subnames\n→ Base Sepolia subregistry"]
    D -->|"ResolverABI\nWildcard/CCIP-Read"| F["linea-sepolia.eth subnames\n→ Linea Sepolia subregistry"]

    style C fill:#d4edda,stroke:#28a745
    style D fill:#fff3cd,stroke:#ffc107
Loading

Reviews (1): Last reviewed commit: "docs(changeset): Hotfix: re-release of 1..." | Re-trigger Greptile

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the Sepolia ENS namespace datasource configuration to include the Basenames and Lineanames L1 Resolver contracts, and adds a Changeset to ship the fix as a patch release.

Changes:

  • Added BasenamesL1Resolver and LineanamesL1Resolver contract configs to the Sepolia ENSRoot datasource.
  • Added a patch Changeset for @ensnode/datasources describing the hotfix release.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
packages/datasources/src/sepolia.ts Adds Sepolia ENSRoot contract entries for Basenames/Lineanames L1 resolvers.
.changeset/true-snakes-return.md Adds a Changeset to publish the datasource hotfix as a patch.

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

Comment on lines +106 to +110
LineanamesL1Resolver: {
abi: ResolverABI,
address: "0xb4b2748f543265e7e0d471f5d1bda81da4e74624",
startBlock: 10415742,
},
"@ensnode/datasources": patch
---

Hotfix: re-release of 1.13.0 including the documented changes to the Sepolia Namespace to include Basenames and Lineanames L1 Resolvers.
Comment on lines +106 to +110
LineanamesL1Resolver: {
abi: ResolverABI,
address: "0xb4b2748f543265e7e0d471f5d1bda81da4e74624",
startBlock: 10415742,
},
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.

P2 LineanamesL1Resolver address may not match the documented current resolver

The adjacent Lineanames datasource section comment (line 183) states that the resolver for linea-sepolia.eth as of June 2025 is 0x64884ED06241c059497aEdB2C7A44CcaE6bc7937, but the LineanamesL1Resolver being registered here uses 0xb4b2748f543265e7e0d471f5d1bda81da4e74624. If 0xb4b274... is an older/historical contract that was later superseded, the current resolver would not be explicitly indexed. Could you confirm whether 0xb4b274... is correct and, if the two contracts are different, whether the current resolver is already covered by the factory Resolver entry? Can you confirm 0xb4b2748f543265e7e0d471f5d1bda81da4e74624 is the intended LineanamesL1Resolver address on Sepolia, given the Lineanames section documents 0x64884ED06241c059497aEdB2C7A44CcaE6bc7937 as the current resolver for linea-sepolia.eth?

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.

2 participants