Base Mainnet and Sepolia network configuration — RPC endpoints, chain IDs, explorer URLs, and wallet setup for Base blockchain development. Use when configuring Base chain connectivity, RPC, or testnet setup.
Scanned 9/10/2026
Install to Claude Code
npx -y skills add cyotee/indexedex --skill base-network --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Base Network?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/cyotee-base-network)More formats (shields.io, HTML) on the badges page.
---
name: base-network
description: Base Mainnet and Sepolia network configuration — RPC endpoints, chain IDs, explorer URLs, and wallet setup for Base blockchain development. Use when configuring Base chain connectivity, RPC, or testnet setup.
metadata:
expanded_from: base/base-skills (build-on-base/references/network.md)
---
# Base Network Configuration
# Connecting to Base Network
## Mainnet
| Property | Value |
|----------|-------|
| Network Name | Base |
| Chain ID | 8453 |
| RPC Endpoint | `https://mainnet.base.org` |
| Currency | ETH |
| Explorer | https://basescan.org |
## Testnet (Sepolia)
| Property | Value |
|----------|-------|
| Network Name | Base Sepolia |
| Chain ID | 84532 |
| RPC Endpoint | `https://sepolia.base.org` |
| Currency | ETH |
| Explorer | https://sepolia.basescan.org |
## Security
- **Never use public RPC endpoints in production** — they are rate-limited and offer no privacy guarantees; use a dedicated node provider or self-hosted node
- **Never embed RPC API keys in client-side code** — proxy requests through a backend to protect provider credentials
- **Validate chain IDs** before signing transactions to prevent cross-chain replay attacks
- **Use HTTPS RPC endpoints only** — reject any `http://` endpoints to prevent credential interception
## Critical Notes
- Public RPC endpoints are **rate-limited** - not for production
- For production: use node providers or run your own node (see [run-node.md](run-node.md))
- Testnet ETH available from faucets in Base documentation
## Wallet Setup
1. Add network with chain ID and RPC from tables above
2. For testnet, use Sepolia configuration
3. Bridge ETH from Ethereum or use faucets
Is this your skill, or is something wrong with this listing? . Author removals are honored within 72 hours.
No comments yet. Be the first to comment!