Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ensdomains/docs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: ensdomains/docs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ensv2-primary-names
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 15 commits
  • 4 files changed
  • 2 contributors

Commits on Nov 10, 2025

  1. Configuration menu
    Copy the full SHA
    cb7b275 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c79a98 View commit details
    Browse the repository at this point in the history
  3. Add CCIP Read section

    schmidsi committed Nov 10, 2025
    Configuration menu
    Copy the full SHA
    5bc925c View commit details
    Browse the repository at this point in the history
  4. Fix typos in ENSv2 readiness guide

    - Fix grammar: "just update" → "just updating"
    - Replace "according" with "appropriate" for better clarity
    - Fix typo: "will introduction" → "will introduce"
    - Fix grammar: "an integrations" → "an integration"
    - Fix localhost URL to use relative path
    
    🤖 Generated with [Claude Code](https://claude.com/claude-code)
    
    Co-Authored-By: Claude <noreply@anthropic.com>
    schmidsi and claude committed Nov 10, 2025
    Configuration menu
    Copy the full SHA
    da6ebf1 View commit details
    Browse the repository at this point in the history
  5. Rewrite ENSv2 readiness guide to match docs style

    - Add context about ENSv2 and Namechain as primary L2
    - Convert formal tone to conversational "you" style throughout
    - Break complex sentences into shorter, punchier ones
    - Change passive voice to active voice
    - Rename generic "Test" headers to descriptive ones
    - Clarify that supported libraries handle everything automatically
    - Position technical sections as educational rather than required steps
    - Fix CCIP Read link
    
    🤖 Generated with [Claude Code](https://claude.com/claude-code)
    
    Co-Authored-By: Claude <noreply@anthropic.com>
    schmidsi and claude committed Nov 10, 2025
    Configuration menu
    Copy the full SHA
    6d12a74 View commit details
    Browse the repository at this point in the history
  6. Add DNS resolution section to ENSv2 readiness guide

    - Explain importance of detecting DNS names alongside .eth names
    - Show common mistake: regex that only matches .eth domains
    - Provide correct regex pattern for matching all valid domains
    - Add info callout recommending library use over custom regex
    - Include real examples: ensfairy.xyz and ses.fkey.id
    - Link to DNS integration documentation
    
    🤖 Generated with [Claude Code](https://claude.com/claude-code)
    
    Co-Authored-By: Claude <noreply@anthropic.com>
    schmidsi and claude committed Nov 10, 2025
    Configuration menu
    Copy the full SHA
    092d1e8 View commit details
    Browse the repository at this point in the history
  7. Add multichain configuration section to ENSv2 readiness guide

    - Explain that ENS resolution always uses Mainnet even on L2s
    - Show how to configure both L2 (Base) and Mainnet together
    - Provide code examples for Wagmi, Viem, and Ethers
    - Use library defaults instead of specific RPC URLs
    - Clarify that Wagmi auto-uses Mainnet for ENS resolution
    - Show explicit mainnet client usage for Viem and Ethers
    
    🤖 Generated with [Claude Code](https://claude.com/claude-code)
    
    Co-Authored-By: Claude <noreply@anthropic.com>
    schmidsi and claude committed Nov 10, 2025
    Configuration menu
    Copy the full SHA
    cc38b6d View commit details
    Browse the repository at this point in the history
  8. Add L2 address resolution examples to multichain section

    - Show how to resolve Base addresses from ENS names
    - Add Wagmi hook example with useEnsAddress and chainId
    - Add Viem example using coinType for Base
    - Add Ethers example using getResolver and getAddress
    - Focus examples on L2-specific address resolution
    
    🤖 Generated with [Claude Code](https://claude.com/claude-code)
    
    Co-Authored-By: Claude <noreply@anthropic.com>
    schmidsi and claude committed Nov 10, 2025
    Configuration menu
    Copy the full SHA
    1d68970 View commit details
    Browse the repository at this point in the history
  9. Ignore .claude

    schmidsi committed Nov 10, 2025
    Configuration menu
    Copy the full SHA
    5ca047c View commit details
    Browse the repository at this point in the history
  10. Incorporate feedback from the pull-request:

    - Explicit about web3 libraries
    - Clarify Universal Resolver proxy contract
    - Easier DNS naming
    - Emoji example
    schmidsi committed Nov 10, 2025
    Configuration menu
    Copy the full SHA
    9950397 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2025

  1. Configuration menu
    Copy the full SHA
    71979c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    672ae17 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dd8cf49 View commit details
    Browse the repository at this point in the history
  4. Fix some typos

    schmidsi committed Nov 11, 2025
    Configuration menu
    Copy the full SHA
    a6f7609 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b6b647c View commit details
    Browse the repository at this point in the history
Loading