evm-chains
This skill should be used when the user asks to resolve an EVM chain name or chain ID, find chain metadata such as a default public RPC, native currency symbol, or block explorer URL, determine whether a chain is supported by RouteMesh, or needs chain resolution before fetching d
What it does
EVM Chains
Local EVM chain reference for chain name, chain ID, default public RPC, native currency symbol, default block explorer URL, and RouteMesh support lookups.
Use this skill to resolve chain metadata before reading from an RPC, sending transactions, calling contracts, constructing chain-specific RPC URLs, or building explorer links to addresses, transactions, or blocks.
Match chains by displayed name or numeric chain ID. Treat any chain missing from the tables as outside this skill's local dataset. If the requested chain is not listed, use the web search tool to find authoritative metadata from the chain's official documentation or Chainlist before proceeding.
RouteMesh
Use RouteMesh only when the RouteMesh column is Yes and the ROUTEMESH_API_KEY environment variable is available.
Construct the RouteMesh RPC URL as:
https://lb.routeme.sh/rpc/CHAIN_ID/ROUTEMESH_API_KEY
Replace CHAIN_ID with the numeric chain ID and ROUTEMESH_API_KEY with the value of the ROUTEMESH_API_KEY environment variable. If RouteMesh is No or ROUTEMESH_API_KEY is not available, use the chain's default public RPC instead.
Explorer URLs
The Explorer URL column is the base URL of the chain's canonical block explorer. Append standard path segments to build links:
| Resource | Path | Example |
|---|---|---|
| Address | /address/<addr> | https://arbiscan.io/address/0xabc... |
| Transaction | /tx/<hash> | https://etherscan.io/tx/0x123... |
| Block | /block/<number> | https://basescan.org/block/12345678 |
| Token | /token/<addr> | https://polygonscan.com/token/0xdef... |
Etherscan and Etherscan-stack explorers (Arbiscan, Basescan, BscScan, Polygonscan, Optimism Etherscan, Lineascan, Snowscan, Blastscan, Scrollscan, Berascan, Uniscan, Gnosisscan, abscan.org) all follow this scheme. Most Blockscout-based and chain-native explorers accept the same segments, but conventions can drift — verify against the explorer UI when in doubt.
Ronin (app.roninchain.com) does not follow the Etherscan path scheme. Verify against the explorer UI before constructing a Ronin link.
Mainnets
Testnets
| Chain name | Chain ID | Default public RPC | Native currency symbol | Explorer URL | RouteMesh |
|---|---|---|---|---|---|
| Ethereum Sepolia | 11155111 | https://11155111.rpc.thirdweb.com | ETH | https://sepolia.etherscan.io | Yes |
Capabilities
Install
Quality
deterministic score 0.48 from registry signals: · indexed on github topic:agent-skills · 56 github stars · SKILL.md body (7,974 chars)