From 0415e714903aae52dd4894440863a8e600047433 Mon Sep 17 00:00:00 2001 From: Ian <15913538+cxrtisxl@users.noreply.github.com> Date: Mon, 15 Dec 2025 10:58:45 +0300 Subject: [PATCH] Add ethfaucet.com faucet Description Adding a new faucet (ethfaucet.com) to the docs. ethfaucet.com provides developers with 0.1 Shape Sepolia ETH 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. --- components/cards.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/components/cards.tsx b/components/cards.tsx index 5602a69..27cf8e9 100644 --- a/components/cards.tsx +++ b/components/cards.tsx @@ -171,6 +171,7 @@ export const FaucetsCards: FC = () => { + ); };