Deprecate MetaMask faucet page and in-repo UI - #3004
Open
shahbaz17 wants to merge 2 commits into
Open
Conversation
Remove the broken faucet React page and components, redirect /developer-tools/faucet/ to the Infura faucet, and repoint tutorial links. Co-authored-by: Cursor <cursoragent@cursor.com>
shahbaz17
requested review from
AndyMBridges,
AyushBherwani1998,
Jwhiles and
andreolf
August 5, 2026 05:01
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Current version of PR was reviewed by /review-bugbot on Aug 5, 08:50 GMT+4. It flagged 0 findings. Bugbot on commit |
AndyMBridges
requested changes
Aug 5, 2026
AndyMBridges
left a comment
Contributor
There was a problem hiding this comment.
Thanks @shahbaz17 - Could you please remove the redirect to infura.io/faucet. This will also be sunset.
Infura faucet is also sunsetting, so point deprecated faucet URLs at the Infura dashboard docs and use generic no-URL testnet tips in tutorials. Co-authored-by: Cursor <cursoragent@cursor.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
src/pages/developer-tools/faucet.tsx) and faucet UI (src/components/Faucet/), plus navbar/footer entry points and faucet-only assets./developer-tools/faucet/(and/developer-tools/faucet/sepolia/) →https://www.infura.io/faucet(permanent).Slack: thread on faucet deprecation.
Preview
Link:
Test plan
/developer-tools/faucet/redirects to Infura faucet (not 404)/developer-tools/faucet/sepolia/same redirecthttps://www.infura.io/faucetnpm run buildclean; sitemap has no faucet URLNote
Medium Risk
Large removal of a user-facing product surface and permanent redirect changes for bookmarked faucet URLs; scope is docs/navigation only with no auth or payment logic.
Overview
Removes the deprecated MetaMask faucet from docs.metamask.io: the
/developer-tools/faucet/React page, the entiresrc/components/Faucet/UI (hero, FAQ, alerts, transaction table), related styles, and Faucet entries from the navbar and footer.Legacy faucet URLs are handled via
vercel.json:/developer-tools/faucet/and/developer-tools/faucet/sepolia/permanently redirect tohttps://docs.infura.io/dashboard/(replacing the old in-site page and the internal sepolia→faucet redirect)..cursor/rules/product-infura.mdcis updated so docs must not link to MetaMask or Infura faucet products and should use generic testnet ETH guidance instead.Four tutorials no longer point at
/developer-tools/faucet/; they use wording like “use a public Sepolia faucet” with no specific URL.REF_FAUCET_PATHis removed fromsrc/lib/constants.ts, so faucet is no longer inREF_ALLOW_LOGIN_PATH.Reviewed by Cursor Bugbot for commit 95ea177. Bugbot is set up for automated code reviews on this repo. Configure here.