From 565360f084ac5002a0cdd629f6b96f45c009f31f Mon Sep 17 00:00:00 2001 From: Ian <15913538+cxrtisxl@users.noreply.github.com> Date: Fri, 9 Jan 2026 17:06:31 +0300 Subject: [PATCH] Add ethfaucet.com faucet Description Adding a new faucet (ethfaucet.com) to the docs. ethfaucet.com provides developers with gas on Metis network for free, claimable once every 24 hours. Additional context ethfaucet.com is maintained and powered by BringID. BringID is a proof-of-humanity solution from web accounts helping crypto apps to resist sybil attacks and bot abuse. --- app/layout.config.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/layout.config.tsx b/app/layout.config.tsx index 775c82d..8f50388 100644 --- a/app/layout.config.tsx +++ b/app/layout.config.tsx @@ -62,6 +62,10 @@ export const baseOptions: BaseLayoutProps = { text: "Metis Sepolia Faucet", url: "https://faucet.metis.io/", }, + { + text: "ethfaucet.com", + url: "https://ethfaucet.com?utm_source=metis_docs&utm_medium=docs", + }, ], }, { type: "main", text: "Status", url: "https://status.metis.io" },