connecting-to-abstract

star 11

Abstract network configuration — chain IDs, RPC endpoints, WebSocket URLs, block explorers, and wallet setup for the Abstract Ethereum L2. This skill should be used when configuring clients, wallets, or dev environments for Abstract, including questions about Abstract RPC URLs, chain IDs (2741/11124), testnet config, Abscan explorer, connecting to the Abstract network, or importing abstract/abstractTestnet from viem/chains.

Abstract-Foundation By Abstract-Foundation schedule Updated 2/26/2026

name: connecting-to-abstract description: Abstract network configuration — chain IDs, RPC endpoints, WebSocket URLs, block explorers, and wallet setup for the Abstract Ethereum L2. This skill should be used when configuring clients, wallets, or dev environments for Abstract, including questions about Abstract RPC URLs, chain IDs (2741/11124), testnet config, Abscan explorer, connecting to the Abstract network, or importing abstract/abstractTestnet from viem/chains.

Connecting to Abstract

Abstract is a Layer 2 ZK rollup on Ethereum (ZK Stack). Use these values whenever configuring a client, wallet, or development environment.

Network Configuration

Property Mainnet Testnet
Network name Abstract Abstract Testnet
Chain ID 2741 11124
RPC https://api.mainnet.abs.xyz https://api.testnet.abs.xyz
WebSocket wss://api.mainnet.abs.xyz/ws wss://api.testnet.abs.xyz/ws
Block explorer https://abscan.org https://sepolia.abscan.org
Verify API https://api.abscan.org/api https://api-sepolia.abscan.org/api
Block time ~200ms ~100ms
Currency ETH ETH

Viem Chain Config

import { abstract, abstractTestnet } from "viem/chains";

Both chains are exported from viem/chains — no manual configuration needed.

Testnet ETH

Get testnet ETH from faucets or bridge from Sepolia. See Faucets.

Additional RPC Providers

For production traffic beyond the default public endpoints, see RPC Providers for Alchemy, QuickNode, and other options.

Deployed Contracts

For WETH, USDC, USDT, Uniswap, Safe, Seaport, ERC-8004 registries, and other infrastructure contract addresses, see references/deployed-contracts.md.

Install via CLI
npx skills add https://github.com/Abstract-Foundation/abstract-skills --skill connecting-to-abstract
Repository Details
star Stars 11
call_split Forks 3
navigation Branch main
article Path SKILL.md
More from Creator
Abstract-Foundation
Abstract-Foundation Explore all skills →