Skip to content

docs(connect-to-base): add Vibenet details and stop linking the unpublished connecting-to-base page - #1964

Open
kriss39 wants to merge 2 commits into
base:masterfrom
kriss39:fix/connect-to-base-vibenet
Open

kriss39 wants to merge 2 commits into
base:masterfrom
kriss39:fix/connect-to-base-vibenet

Conversation

@kriss39

@kriss39 kriss39 commented Sep 13, 2026

Copy link
Copy Markdown

What changed? Why?

docs/base-chain/quickstart/connecting-to-base.mdx (the page with the Vibenet tab and the "Add to MetaMask" buttons) is in .mintignore, so it never ships; its URL redirects to /get-started/connect-to-base, which only lists Mainnet and Sepolia. Six places still send readers to the old URL for Vibenet-specific instructions, and they all land on a page with no Vibenet on it:

  • build-on-base/test-on-vibenet.mdx — "To add Vibenet to your wallet, see Connecting to Base" (plus the Next Steps card)
  • specifications/native-account-abstraction.mdx — "learn more in the guide to connecting to vibenet" (with a #vibenet anchor that doesn't exist on the target)
  • get-started/base-chain.mdx — the "Connect to Base" card whose copy promises "Base Mainnet, Base Sepolia, or Vibenet"
  • base-chain/api-reference/rpc-overview.mdx and specifications/reference/smart-contracts.mdx — generic "network details" links

This PR:

  • adds a Vibenet column (RPC https://rpc.vibes.base.org, chain ID 84538453, explorer) to the Network Details table on get-started/connect-to-base, with one sentence on what Vibenet is and a link to Test on Vibenet for the faucet
  • repoints the links above to /get-started/connect-to-base (or to /build-on-base/test-on-vibenet where the context is Vibenet itself)

docs.json, .mintignore and the hidden page are untouched; nothing is added to the Get Started tab.

Notes to reviewers

Chain ID checked against the RPC: eth_chainId on https://rpc.vibes.base.org returns 0x509f455 = 84538453, matching build-on-base/test-on-vibenet.

If the plan is to bring the hidden page back (it also carries the MetaMask "add network" buttons), this PR is still a safe interim: the redirect keeps working and the links then just point at the shipped page.

How has it been tested?

node scripts/lint-mdx.js on all six files (the one warning on rpc-overview.mdx:119 is pre-existing), node scripts/validate-docs-structure.js and node scripts/check-terminology.js pass. No remaining links to /base-chain/quickstart/connecting-to-base outside the hidden file itself.

Screenshots

N/A (one extra table column and a sentence; link target changes)

@cb-heimdall

cb-heimdall commented Sep 13, 2026

Copy link
Copy Markdown
Collaborator

🟡 Heimdall Review Status

Requirement Status More Info
Reviews 🟡 0/1
Denominator calculation
Show calculation
1 if user is bot 0
1 if user is external 0
2 if repo is sensitive 0
From .codeflow.yml 1
Additional review requirements
Show calculation
Max 0
0
From CODEOWNERS 0
Global minimum 0
Max 1
1
1 if commit is unverified 0
Sum 1

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