Skip to content

docs: replace Mintscan explorer links with Seistream#48

Merged
alexander-sei merged 1 commit into
mainfrom
docs/mintscan-to-seistream
Jul 21, 2026
Merged

docs: replace Mintscan explorer links with Seistream#48
alexander-sei merged 1 commit into
mainfrom
docs/mintscan-to-seistream

Conversation

@alexander-sei

@alexander-sei alexander-sei commented Jul 21, 2026

Copy link
Copy Markdown
Collaborator

Summary

Replaces all Mintscan (mintscan.io/sei) links across the docs with Seistream (seistream.app) equivalents. Every replacement target was checked live. Rebased onto latest main (includes #47 — Prop 120 + Wormhole route changes).

Changes

  • Governance proposalsmintscan.io/sei/proposals/{id}seistream.app/proposals/{id} for proposals 99, 109, 115, 116, and 120 across STYLE_GUIDE.md, snippets/sstore-gas-live.jsx, cosmos-sdk/index.mdx, evm/differences-with-ethereum.mdx, evm/precompiles/cosmwasm-precompiles/{cosmwasm,example-usage}.mdx, and learn/{dev-interoperability,dev-token-standards,pointers,sip-03-migration}.mdx.
  • Explorers nav (docs.json) — "Mintscan" → "Seistream" (https://seistream.app).
  • learn/explorers.mdx — removed the Mintscan entry (Seistream was already listed, so a swap would have duplicated it).
  • SIP-03 migration asset table (learn/sip-03-migration.mdx) — each asset now links to its Seistream EVM pointer page (seistream.app/address/{0x}). Seistream has no working page for raw IBC/factory denoms (they render "page doesn't exist"), so the EVM pointer page is the correct equivalent.

Verification

Target Result
Proposals 99 / 109 / 115 / 116 / 120 ✅ Resolve, titles match
seistream.app (nav) ✅ Live
USDC.n, USDT.kava, USDCso, USDCet, ATOM, WBTC pointer pages ✅ Full ERC-20 token page
USDCop, USDTbs pointer pages ⚠️ Valid contract page, token-info panel not indexed

Notes / exceptions

  • WETH (Wormhole-bridged) kept on Mintscan — no ERC20 pointer exists on Seistream, so there is no equivalent page.
  • USDCop / USDTbs point to their EVM pointer contracts, which currently render as verified contracts without a token-info panel (Seistream hasn't indexed their metadata).
  • llms-full.txt left untouched: it is generated by scripts/generate-llms.mjs from the published site and will update on the next regeneration after this deploys.

🤖 Generated with Claude Code

@cursor

cursor Bot commented Jul 21, 2026

Copy link
Copy Markdown

PR Summary

Low Risk
Documentation and hyperlink updates only; no runtime code paths or security-sensitive logic changed.

Overview
Repoints external explorer links from Mintscan to Seistream across the docs site—no product or chain behavior changes.

Governance proposal references (mintscan.io/sei/proposals/*) now use seistream.app/proposals/* in the style guide, Cosmos deprecation callouts, EVM/CosmWasm learn pages, the live SSTORE gas snippet, and SIP-03 migration copy.

Site navigation: the footer Explorers entry is renamed from Mintscan to Seistream (https://seistream.app). On learn/explorers, the duplicate Mintscan mainnet bullet is removed because Seistream was already listed.

SIP-03 IBC asset table: most asset rows now link to Seistream EVM address pages instead of Mintscan IBC/factory asset URLs; USDC.n and USDT.kava keep Seiscan plus Seistream. Wormhole-bridged WETH still points at Mintscan where Seistream has no equivalent page.

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

@mintlify

mintlify Bot commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
sei-docs 🟢 Ready View Preview Jul 21, 2026, 1:35 PM

💡 Tip: Enable Workflows to automatically generate PRs for you.

@mintlify

mintlify Bot commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
sei-docs 🟡 Building Jul 21, 2026, 1:34 PM

💡 Tip: Enable Workflows to automatically generate PRs for you.

Swap all Mintscan (mintscan.io/sei) links across the docs for their
Seistream (seistream.app) equivalents. Every target was checked live.

- Governance proposals (99, 109, 115, 116, 120) -> seistream.app/proposals/{id}
- Explorers nav (docs.json): Mintscan -> Seistream (seistream.app)
- explorers.mdx: drop the Mintscan entry (Seistream was already listed)
- SIP-03 migration asset table -> Seistream EVM pointer pages
  (seistream.app/address/{0x}); Seistream has no working page for raw
  IBC/factory denoms, so the pointer page is the correct equivalent

Exceptions/notes:
- Wormhole-bridged WETH kept on Mintscan: no ERC20 pointer exists on
  Seistream, so there is no equivalent page.
- USDCop and USDTbs point to their EVM pointer contracts, which render
  as verified contracts but without a token-info panel (Seistream has
  not indexed their token metadata yet).
- llms-full.txt left untouched: it is generated by
  scripts/generate-llms.mjs from the published site and will pick up
  these changes on the next regeneration after deploy.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@alexander-sei
alexander-sei force-pushed the docs/mintscan-to-seistream branch from c65c92e to 2caec64 Compare July 21, 2026 13:43

@github-actions github-actions Bot left a comment

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.

Docs-only PR replacing Mintscan explorer links with Seistream equivalents across ~11 files. No blockers; changes are consistent and table formatting is preserved. A few non-blocking notes concern the semantic shift in the SIP-03 migration table and address verification.

Findings: 0 blocking | 6 non-blocking | 1 posted inline

Blockers

  • None at the file/PR level.

Non-blocking

  • Both second-opinion passes produced no output: codex-review.md and cursor-review.md are empty, and REVIEW_GUIDELINES.md is also empty (no repo-specific standards applied). This review is unaided by those tools.
  • Address correctness can't be verified statically. The SIP-03 migration table now links Wormhole/IBC assets to hardcoded EVM pointer addresses (USDCet 0xa272..., USDCop 0xC489..., USDTbs 0x0bf5..., ATOM 0xaF5f..., WBTC 0xe369..., USDCso 0x8eED...). The PR notes USDCop/USDTbs pointer pages aren't fully indexed on Seistream — please double-check each address resolves to the correct asset's pointer contract before merge, since a wrong address here could misdirect users during an irreversible asset migration.
  • Semantic shift for Wormhole rows: the old Mintscan links pointed to the native factory/IBC denom the user actually holds, while the new Seistream links point to the asset's EVM pointer contract. This is a reasonable editorial call (documented in the PR, since Seistream lacks denom pages), but a user searching for the token as they hold it on the Cosmos side may find the pointer-contract page less recognizable.
  • The WETH row (learn/sip-03-migration.mdx:53) intentionally remains on Mintscan (no Seistream pointer exists), so the "replace all Mintscan links" goal is intentionally partial — consider a brief inline note or follow-up so a future reader doesn't assume it was missed.
  • llms-full.txt still contains all the old Mintscan links; per the PR this is generated by scripts/generate-llms.mjs and will refresh on next regeneration. Fine to leave, just confirming it's expected.
  • 1 suggestion(s)/nit(s) flagged inline on specific lines.

| **USDCso (Wormhole, Solana)** | [mintscan](https://www.mintscan.io/sei/assets/factory%2Fsei189adguawugk3e55zn63z8r9ll29xrjwca636ra7v7gxuzn98sxyqwzt47l%2F9fELvUhFo6yWL34ZaLgPbCPzdk9MD1tAzMycgH45qShH) | Bridge out to Solana | Contact support | [Sei Tech Chat](https://t.me/+KZdhZ1eE-G01NmZk) [Discord](https://discord.com/invite/sei) |
| **USDC.n (USDC via Noble)** | [seiscan](https://seiscan.io/address/0x3894085ef7ff0f0aedf52e2a2704928d1ec074f1) [seistream](https://seistream.app/address/0x3894085Ef7Ff0f0aeDf52E2A2704928d1Ec074F1) | Swap to native USDC or migrate via CCTP | [Saphyre](https://saphyre.xyz/swap?inputCurrency=0x3894085Ef7Ff0f0aeDf52E2A2704928d1Ec074F1&outputCurrency=0xe15fC38F6D8c56aF07bbCBe3BAf5708A2Bf42392), [Symphony](https://symph.ag/), or [CCTP Exchange](https://cctp.exchange/) | [Sei blog](https://blog.sei.io/announcements/holders-of-usdcn-need-to-swap-or-migrate/) [Sei Tech Chat](https://t.me/+KZdhZ1eE-G01NmZk) [Discord](https://discord.com/invite/sei?ref=blog.sei.io) |
| **USDT.kava (USDT via Kava)** | [seiscan](https://seiscan.io/token/0xb75d0b03c06a926e488e2659df1a861f860bd3d1) [seistream](https://seistream.app/address/0xB75D0B03c06A926e488e2659DF1A861F860bD3d1)| Swap to a native asset via Symphony | [Symphony](https://symph.ag/) | [Sei Tech Chat](https://t.me/+KZdhZ1eE-G01NmZk) [Discord](https://discord.com/invite/sei) |
| **USDCso (Wormhole, Solana)** | [seistream](https://seistream.app/address/0x8eEDF32a4FC6fB78DDF231Cd3CcF6b7B8dF9D99d) | Bridge out to Solana | Contact support | [Sei Tech Chat](https://t.me/+KZdhZ1eE-G01NmZk) [Discord](https://discord.com/invite/sei) |

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.

[suggestion] For the Wormhole-bridged assets (USDCso here and the rows below), the link target changed from the native factory denom to the EVM pointer contract address. Please verify each of these hardcoded addresses resolves to the correct pointer contract — the PR notes USDCop/USDTbs pages aren't fully indexed on Seistream. Since this table guides an irreversible asset migration, an incorrect address would be high-impact.

@alexander-sei
alexander-sei merged commit b55b439 into main Jul 21, 2026
15 checks passed
@alexander-sei
alexander-sei deleted the docs/mintscan-to-seistream branch July 21, 2026 15:01
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