From abstract-skills
Provides Abstract Ethereum L2 mainnet/testnet configs: chain IDs (2741/11124), RPC/WebSocket URLs, Abscan explorers, viem/chains imports, faucets, and wallet setup for clients/dev environments.
How this skill is triggered — by the user, by Claude, or both
Slash command
/abstract-skills:connecting-to-abstractThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Abstract is a Layer 2 ZK rollup on Ethereum (ZK Stack). Use these values whenever configuring a client, wallet, or development environment.
Abstract is a Layer 2 ZK rollup on Ethereum (ZK Stack). Use these values whenever configuring a client, wallet, or development environment.
| 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 |
import { abstract, abstractTestnet } from "viem/chains";
Both chains are exported from viem/chains — no manual configuration needed.
Get testnet ETH from faucets or bridge from Sepolia. See Faucets.
For production traffic beyond the default public endpoints, see RPC Providers for Alchemy, QuickNode, and other options.
For WETH, USDC, USDT, Uniswap, Safe, Seaport, ERC-8004 registries, and other infrastructure contract addresses, see references/deployed-contracts.md.
npx claudepluginhub abstract-foundation/abstract-skillsProvides AI agents read access to Abstract chain data and balances via AGW MCP server (txns soon). Guides setup of agw-mcp for Claude Code and MCP agent workflows.
Guides Ethereum development with current tools like Foundry, Hardhat, Scaffold-ETH 2, abi.ninja, Blockscout MCP, and x402 SDKs. Use for dev setup, tool choice, or AI agent discovery.
Use the Alchemy CLI for live blockchain queries, token/NFT lookups, transaction simulation, webhook management, and Alchemy app admin. Ideal for agent-driven automation, not production code.