docs: decommission Fantom Opera Testnet + Scroll Sepolia (retire/repoint pinned tutorials)#540
Conversation
Fantom Opera Testnet and Scroll Sepolia are being decommissioned, so their pinned tutorials break: - Retire the Fantom ERC-721 tutorial (delete page, remove from nav, redirect to fantom-tooling) — Fantom is superseded by Sonic. - Repoint the Scroll Uniswap v3 tutorial from Scroll Sepolia to Scroll Mainnet: mainnet WETH9 0x5300000000000000000000000000000000000004 (verified on Scrollscan), scrollscan.com explorer, real-funds warning, mainnet bridge instead of faucet. - Regenerate llms.txt (drops the retired tutorial).
|
📝 WalkthroughSummary by CodeRabbit
WalkthroughThe changes remove Fantom and Scroll testnet availability, redirect and unlist the deprecated Fantom ERC-721 tutorial, and update the Scroll Uniswap v3 deployment tutorial and network-specific values for Scroll Mainnet. ChangesNetwork availability cleanup
Scroll Mainnet deployment tutorial
Estimated code review effort: 3 (Moderate) | ~20 minutes Sequence Diagram(s)sequenceDiagram
participant Deployer
participant Chainstack
participant UniswapCLI
participant ScrollExplorer
Deployer->>Chainstack: Obtain Scroll Mainnet HTTPS endpoint
Deployer->>UniswapCLI: Provide endpoint, funded wallet, and Mainnet WETH9 address
UniswapCLI->>ScrollExplorer: Deploy Uniswap v3 contracts
ScrollExplorer-->>Deployer: Show Mainnet deployment results
Possibly related PRs
Suggested reviewers: Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
There was a problem hiding this comment.
🧹 Nitpick comments (1)
docs/scroll-tutorial-deploy-the-uniswap-v3-smart-contracts-on-scroll.mdx (1)
39-42: 📐 Maintainability & Code Quality | 🔵 Trivial | 💤 Low valueVary sentence starters to improve readability.
The repeated phrase "With Chainstack," at the beginning of each list item can be slightly repetitive. Consider rephrasing for a more natural flow. This also fixes the missing space in the tooltip text (
project- atoproject - a).♻️ Proposed refactor
-1. With Chainstack, create a <Tooltip tip="A public chain project- a project to join public networks">public chain project</Tooltip>. -2. With Chainstack, join Scroll Mainnet. -3. With Chainstack, access your Scroll Mainnet node endpoint. -4. Fund your wallet with ETH on Scroll. +1. Create a <Tooltip tip="A public chain project - a project to join public networks">public chain project</Tooltip> on Chainstack. +2. Join Scroll Mainnet. +3. Access your Scroll Mainnet node endpoint. +4. Fund your wallet with ETH on Scroll.🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the rest with a brief reason, keep changes minimal, and validate. In `@docs/scroll-tutorial-deploy-the-uniswap-v3-smart-contracts-on-scroll.mdx` around lines 39 - 42, Revise the four deployment steps to vary their sentence openings instead of repeating “With Chainstack,” while preserving the listed actions and order. Also correct the Tooltip text in the public chain project item to use “project - a” with spaces around the hyphen.Source: Linters/SAST tools
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Nitpick comments:
In `@docs/scroll-tutorial-deploy-the-uniswap-v3-smart-contracts-on-scroll.mdx`:
- Around line 39-42: Revise the four deployment steps to vary their sentence
openings instead of repeating “With Chainstack,” while preserving the listed
actions and order. Also correct the Tooltip text in the public chain project
item to use “project - a” with spaces around the hyphen.
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: f80fa38d-3285-4e84-8950-f11df5c1ee22
📒 Files selected for processing (7)
docs.jsondocs/fantom-tutorial-erc-721-collection-contract-with-truffle-and-openzeppelin.mdxdocs/llms.txtdocs/nodes-clouds-regions-and-locations.mdxdocs/protocols-networks.mdxdocs/scroll-tutorial-deploy-the-uniswap-v3-smart-contracts-on-scroll.mdxnode-options-master-list.json
💤 Files with no reviewable changes (3)
- docs/llms.txt
- docs/fantom-tutorial-erc-721-collection-contract-with-truffle-and-openzeppelin.mdx
- docs/nodes-clouds-regions-and-locations.mdx
Decommissions two testnets being sunset by Infra (per #dev-infra-product): Fantom Opera Testnet (Jul 30) and Scroll Sepolia (Jul 30). Both mainnet protocols stay.
Changes
Testnetand ScrollSepolia Testnetnetwork entries; updated the testnet cells inprotocols-networks.mdxand dropped the testnet rows innodes-clouds-regions-and-locations.mdx./docs/fantom-tutorial-erc-721-...→/docs/fantom-tooling.0x5300000000000000000000000000000000000004(verified on Scrollscan), explorer to scrollscan.com, funding to the mainnet bridge, and added a real-funds<Warning>.llms.txt(drops the retired tutorial).Not included (already handled / elsewhere)
mint validate+mint broken-linkspass.Merge timing: target the ~Jul 24 UI close, not before — the testnets are live until Jul 30, so we shouldn't drop them from the docs while users can still deploy them.