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: MetaMask/utils
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6b14e89
Choose a base ref
...
head repository: MetaMask/utils
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 9c4af7e
Choose a head ref
  • 2 commits
  • 3 files changed
  • 3 contributors

Commits on Mar 27, 2026

  1. chore: caip type for stellar (#278)

    Adding Stellar CAIP-2 Namespace 
    
    Reference: https://namespaces.chainagnostic.org/stellar/caip2
    
    <!--
    Thanks for your contribution! Take a moment to answer these questions so
    that reviewers have the information they need to properly understand
    your changes:
    
    * What is the current state of things and why does it need to change?
    * What is the solution your changes offer and how does it work?
    
    Are there any issues or other links reviewers should consult to
    understand this pull request better? For instance:
    
    * Fixes #12345
    * See: #67890
    -->
    
    <!-- CURSOR_SUMMARY -->
    ---
    
    > [!NOTE]
    > **Low Risk**
    > Low risk: adds a new enum member and changelog entry with no
    behavioral logic changes beyond widening accepted known CAIP namespaces
    at the type level.
    > 
    > **Overview**
    > Adds `stellar` as a new `KnownCaipNamespace` option in
    `src/caip-types.ts`, allowing `KnownCaipNamespacedChainId` to represent
    Stellar chains.
    > 
    > Updates the `CHANGELOG.md` *Unreleased* section to document the new
    Stellar CAIP namespace addition.
    > 
    > <sup>Written by [Cursor
    Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit
    31f65d4. This will update automatically
    on new commits. Configure
    [here](https://cursor.com/dashboard?tab=bugbot).</sup>
    <!-- /CURSOR_SUMMARY -->
    khanti42 authored Mar 27, 2026
    Configuration menu
    Copy the full SHA
    1c0e246 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2026

  1. 11.11.0 (#279)

    This is the release candidate for version 11.11.0.
    
    Co-authored-by: github-actions <github-actions@github.com>
    github-actions[bot] and github-actions authored Apr 1, 2026
    Configuration menu
    Copy the full SHA
    9c4af7e View commit details
    Browse the repository at this point in the history
Loading