Skip to content

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

Merged
jeremytsng merged 2 commits intomainfrom
fix/sei-explorer-seitrace-to-seiscan
Apr 30, 2026
Merged

fix(controller-utils): update Sei Mainnet explorer to seiscan.io#8545
jeremytsng merged 2 commits intomainfrom
fix/sei-explorer-seitrace-to-seiscan

Conversation

@jeremytsng
Copy link
Copy Markdown
Contributor

@jeremytsng jeremytsng 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 logic, data handling, or security-sensitive behavior is modified.

Overview
Updates the BlockExplorerUrl mapping so BuiltInNetworkName.SeiMainnet now resolves to https://seiscan.io (replacing https://seitrace.com).

Adds an Unreleased changelog entry in @metamask/controller-utils documenting the default explorer hostname change for Sei Mainnet.

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

@jeremytsng jeremytsng marked this pull request as ready for review April 22, 2026 08:41
@jeremytsng jeremytsng requested a review from a team as a code owner April 22, 2026 08:41
@jeremytsng jeremytsng force-pushed the fix/sei-explorer-seitrace-to-seiscan branch from 2f65c70 to 3e26304 Compare April 22, 2026 08:41
@jeremytsng jeremytsng requested a review from a team as a code owner April 22, 2026 08:41
@jeremytsng jeremytsng force-pushed the fix/sei-explorer-seitrace-to-seiscan branch from 3e26304 to 94b618f Compare April 28, 2026 12:08
Comment thread packages/controller-utils/CHANGELOG.md Outdated
@jeremytsng jeremytsng force-pushed the fix/sei-explorer-seitrace-to-seiscan branch from 6503ac7 to 3df1349 Compare April 30, 2026 09:13
@jeremytsng jeremytsng added this pull request to the merge queue Apr 30, 2026
Merged via the queue into main with commit e74ac83 Apr 30, 2026
366 checks passed
@jeremytsng jeremytsng deleted the fix/sei-explorer-seitrace-to-seiscan branch April 30, 2026 10:07
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