Skip to content

fix(controller-utils): update Sei Mainnet explorer to seiscan.io#8545

Open
jeremy-consensys wants to merge 1 commit intomainfrom
fix/sei-explorer-seitrace-to-seiscan
Open

fix(controller-utils): update Sei Mainnet explorer to seiscan.io#8545
jeremy-consensys wants to merge 1 commit intomainfrom
fix/sei-explorer-seitrace-to-seiscan

Conversation

@jeremy-consensys
Copy link
Copy Markdown
Contributor

@jeremy-consensys jeremy-consensys commented Apr 22, 2026

Explanation

The current default block explorer for Sei Mainnet (seitrace.com) is being
decommissioned. This PR updates the BlockExplorerUrl entry for
BuiltInNetworkName.SeiMainnet to its replacement, seiscan.io.

seiscan.io is an Etherscan-family explorer. This is a UI-URL change only —
@metamask/controller-utils exposes the user-facing block-explorer URL (the
one consumers concatenate /tx/<hash> or /address/<addr> onto), and the
hostname swap is the only thing that needs to land here.

Clients (metamask-extension, metamask-mobile) will pick this up via a
@metamask/controller-utils bump and ship a state migration to rewrite
existing users' stored Sei explorer URL.

References

Checklist

  • I've updated the test suite for new or updated code as appropriate
  • I've updated documentation (JSDoc, Markdown, etc.) for new or updated code as appropriate
  • I've communicated my changes to consumers by updating changelogs for packages I've changed
  • I've introduced breaking changes in this PR and have prepared draft pull requests for clients and consumer packages to resolve them

Note

Low Risk
Single constant URL change plus changelog update; no behavior or data-handling logic changes beyond where links point.

Overview
Updates @metamask/controller-utils to use https://seiscan.io as the default BlockExplorerUrl for BuiltInNetworkName.SeiMainnet, replacing the deprecated https://seitrace.com.

Documents the change in the package changelog under Unreleased.

Reviewed by Cursor Bugbot for commit 3e26304. Bugbot is set up for automated code reviews on this repo. Configure here.

@jeremy-consensys jeremy-consensys marked this pull request as ready for review April 22, 2026 08: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.

1 participant