Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions public/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
"developers": "Developers",
"buildingOnScroll": "Building on Scroll",
"faq": "Frequently Asked Questions",
"faucet": "Testnet ETH Faucet",
"developerQuickstart": "Developer Quickstart",
"verifyingSmartContracts": "Verifying Smart Contracts",
"scrollContracts": "Scroll Contracts",
Expand Down
1 change: 1 addition & 0 deletions public/locales/es/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
"developers": {
"developers": "Desarrolladores",
"buildingOnScroll": "Construyendo en Scroll",
"faucet": "Faucet de ETH de Testnet",
"developerQuickstart": "Inicio rápido para Desarrolladores",
"verifyingSmartContracts": "Verificando Smart Contracts",
"scrollContracts": "Contratos de Scroll",
Expand Down
1 change: 1 addition & 0 deletions public/locales/tr/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
"developers": {
"developers": "Geliştiriciler",
"buildingOnScroll": "Scroll Üzerinde Geliştirmek",
"faucet": "Testnet ETH Musluğu",
"developerQuickstart": "Geliştirici Hızlı Başlangıcı",
"verifyingSmartContracts": "Akıllı Sözleşmeleri Doğrulama",
"scrollContracts": "Scroll Sözleşmeleri",
Expand Down
1 change: 1 addition & 0 deletions public/locales/zh/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
"developers": {
"developers": "开发者",
"buildingOnScroll": "在 Scroll 上开发",
"faucet": "测试网 ETH 水龙头",
"developerQuickstart": "开发者快速入门",
"verifyingSmartContracts": "验证智能合约",
"scrollContracts": "Scroll 合约",
Expand Down
6 changes: 2 additions & 4 deletions src/config/sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,8 @@ export const getSidebar = () => {
contents: [
{ title: t("sidebar.developers.faq"), url: formatUrl("developers") },
{ title: t("sidebar.developers.buildingOnScroll"), url: formatUrl("developers/building-on-scroll") },
{
title: t("sidebar.developers.scrollContracts"),
url: formatUrl("developers/scroll-contracts"),
},
{ title: t("sidebar.developers.scrollContracts"), url: formatUrl("developers/scroll-contracts") },
{ title: t("sidebar.developers.faucet"), url: formatUrl("developers/faucet") },
{
title: t("sidebar.developers.ethereumAndScrollDifferences"),
url: formatUrl("developers/ethereum-and-scroll-differences"),
Expand Down
43 changes: 43 additions & 0 deletions src/content/docs/en/developers/faucet.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
---
section: developers
date: Last Modified
title: "Testnet ETH Faucet"
lang: "en"
permalink: "developers/faucet"
excerpt: "Learn how to get testnet ETH on Scroll Sepolia testnet."
whatsnext: { "Developer FAQ": "/en/developers/" }
---

import Aside from "../../../../components/Aside.astro"

## Official Scroll Telegram Faucet

You can request testnet ETH via the official Scroll telegram faucet bot by sending a message to @scroll_up_sepolia_bot who will provide access to the faucet. Once on the faucet telegram group chat, send your wallet address on a `/drop YOUR_ETHEREUM_ADDRESS` command and the bot will automatically send some funds to you.

## Alternative Methods

### Sepolia Faucets

Scroll Testnet runs on Sepolia, you can bridge Sepolia ETH back and forth on the [Scroll Sepolia Bridge](https://portal-sepolia.scroll.io/bridge).

Here are a few Sepolia faucet apps:

- [sepoliafaucet.com](https://sepoliafaucet.com)
- [sepolia-faucet.pk910.de](https://sepolia-faucet.pk910.de)
- [QuickNode Faucet](https://faucet.quicknode.com/drip)
- [Chainstack Faucet](https://faucet.chainstack.com)
- [Infura Faucet](https://infura.io/faucet/sepolia)
- [Ethereum Ecosystem Faucets](https://www.ethereum-ecosystem.com/faucets/ethereum-sepolia)

### Scroll Sepolia Faucets

If you don't want to interact with the bridge, some faucets directly distribute Scroll Sepolia ETH.

- [ETH Global](https://ethglobal.com/faucet/scroll-sepolia-534351)
- [HackQuest Faucet](https://www.hackquest.io/en/faucets/534351)
- [QuickNode Scroll Sepolia](https://faucet.quicknode.com/scroll/sepolia)
- [Thirdweb Scroll Sepolia](https://thirdweb.com/scroll-sepolia-testnet)
- [Chainstack Scroll Sepolia](https://faucet.chainstack.com/scroll-sepolia-testnet-faucet)
- [Bware Labs Faucet](https://bwarelabs.com/faucets/scroll-testnet)
- [L2 Faucet](https://www.l2faucet.com/scroll)

6 changes: 1 addition & 5 deletions src/content/docs/en/developers/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,7 @@ Use the following configuration to connect your Ethereum tools to Scroll Sepolia

**How do I get testnet ETH on Scroll?**

You can request testnet ETH via the official Scroll telegram faucet bot by sending a message to @scroll_up_sepolia_bot who will provide access to the faucet. Once on the faucet telegram group chat, send your wallet address on a `/drop YOUR_ETHEREUM_ADDRESS` command and the bot will automatically send some funds to you.

**Is there an alternative way to get testnet ETH?**

Yes. Please refer to our list of [Unofficial Faucets](https://docs.scroll.io/en/user-guide/faucet/) on both Sepolia and Scroll Sepolia. Remember, you can either receive Scroll Sepolia ETH directly or trough the [Sepolia Testnet Bridge](https://sepolia.scroll.io/bridge).
See our [Testnet ETH Faucet guide](/en/developers/faucet/) for detailed instructions on obtaining testnet ETH on Scroll.

## EVM Compatibility & Infrastructure

Expand Down
2 changes: 1 addition & 1 deletion src/features/redirects/redirects.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
},
{
"source": "user-guide/faucet",
"destination": "/community",
"destination": "/en/developers/faucet",
"statusCode": 301
},
{
Expand Down
28 changes: 0 additions & 28 deletions src/middleware.ts

This file was deleted.