evm-explorers
Installation
SKILL.md
EVM Explorers
Overview
Resolve the canonical default block explorer for any chain supported by the sablier npm package.
For every chain in sablier@3.11.2 the skill records:
- Chain key (the export name in
sablier.evm.chains) - Chain ID
- Display name
- Explorer name
- Explorer base URL
Use this when constructing links to addresses, transactions, blocks, or contracts on chains used by Sablier products.
Source of truth
The canonical data is the resolved blockExplorers.default field on each chain in sablier.evm.chains (a re-export of viem/chains, with Sablier overrides applied).