Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
4 changes: 4 additions & 0 deletions docs/for-devs/dev-tools-and-resources/chain-info.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,14 @@ import ThirdPartyRpcEndpoints from '../../partials/_reference-third-party-rpc-en

import ArbitrumContractAddresses from '../../partials/_reference-arbitrum-contract-addresses-partial.mdx';

import FaucetList from '../../partials/_faucet-list-partial.mdx';

<ArbitrumRpcEndpoints />

<ThirdPartyRpcEndpoints />

<FaucetList />

## Arbitrum Smart Contract Addresses

<ArbitrumContractAddresses />
16 changes: 16 additions & 0 deletions docs/partials/_faucet-list-partial.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
partial_type: content
title: 'Faucet list'
description: 'List of available faucets for Arbitrum-related tokens'
author: anegg0
last_reviewed: 2025-11-20
---

## Faucets

| Name | Network | Tokens |
| :-------------------------------------------------------------- | :------ | :---------------------------- |
| [PK910 PoW Faucet](https://sepolia-faucet.pk910.de/) | Sepolia | Ethereum Sepolia |
| [Faucet aggregator](https://arbitrum.faucet.dev/) | Sepolia | Ethereum Sepolia, Arb Sepolia |
| [Alchemy’s Sepolia Faucet](https://sepoliafaucet.com/) | Sepolia | Ethereum Sepolia, Arb Sepolia |
| [Infura's Sepolia Faucet](https://www.infura.io/faucet/sepolia) | Sepolia | Ethereum Sepolia |
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ last_reviewed: 2025-01-15

- Unlike the RPC Urls, the Sequencer endpoints only support `eth_sendRawTransaction` and `eth_sendRawTransactionConditional` calls.
- Arbitrum public RPCs do not provide Websocket support.
- View the [faucets](https://docs.arbitrum.io/for-devs/dev-tools-and-resources/chain-info#faucets) for testnet Sepolia tokens on L2.
- View the [faucets](/stylus/reference/testnet-information.md#faucets) for testnet Sepolia tokens on L2.

:::

Expand Down