docs(sip-03): add Seistream association tool, drop closed Stargate pools#38
Conversation
- Add an "Address Association (Seistream)" section to the SIP-03 migration guide, with a cross-link from the manual hardware/mnemonic-wallet flow. Faucet wording is scoped to what the live page actually supports. - Remove the closed Stargate USDC.n and USDT.kava routes from the IBC asset migration table. - Rewrite USDC.n "Migrate (larger amounts)" to the real IBC path (USDC.n -> Noble via IBC -> Circle CCTP), dropping the dead brrr.fun tool. - Remove the two wound-down Stargate pools from the ecosystem-contracts registry: StargatePoolUSDC (underlying token = USDC.n) and StargatePoolMigratable (underlying = USDT.kava), verified on-chain via token()/symbol(). StargateOFT (WETH) and infra contracts are retained. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
PR SummaryLow Risk Overview In In Reviewed by Cursor Bugbot for commit 12d21c7. Bugbot is set up for automated code reviews on this repo. Configure here. |
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
Summary
Updates the SIP-03 migration guide and the ecosystem-contracts registry to add the Seistream address-association tool and remove migration routes/pools that are now closed.
learn/sip-03-migration.mdx0x…) and Cosmos (sei1…) addresses for the native SEI token in three steps (connect wallet → gas + association → transfer from Cosmos). Includes a cross-linkTipfrom the manual hardware/mnemonic-wallet flow. Faucet wording is deliberately scoped to what the live page supports (the page does not advertise gas coverage as a hard guarantee).brrr.funbatching tool.snippets/ecosystem-contracts.jsxStargatePoolUSDC(0x45d417…) is backed by USDC.n (token()→0x3894085…, symbolUSDC.n), not native USDC;StargatePoolMigratable(0x0db9af…) is backed by USDT.kava. Both verified on-chain viatoken()/symbol().StargateOFT(WETH) and the shared infra contracts (FeeLibV1,Treasurer,TokenMessaging) are retained, since Stargate itself remains operational.Verification
evm/bridging/layerzero.mdx(LayerZero contract ref) andevm/sei-js/ledger.mdx(@cosmjs/stargate) are intentionally untouched.Tip/Warningcallouts are well-formed.Follow-up (not in this PR)
llms-full.txtis generated and still mirrors the pre-edit content (old Stargate routes ~L1491–1529 and the removed pool list ~L40670+). It should be regenerated so the LLM-facing copy matches. No generation script was found inpackage.json; happy to run whatever command the team uses.🤖 Generated with Claude Code