dimensions.chains contains one row per chain. The names come from the registry we author by hand, and project_id names the project that runs the chain.
Columns
| Column | Type | Description |
|---|---|---|
chain_id | STRING | Identifier of the chain. Every table that mentions a chain joins on this. |
project_id | STRING | Project that runs the chain. |
name | STRING | Display name. |
Sample queries
- Chain to project
- Chains for one project
Resolve one chain to its operating project.
Notes
project_id defaults to the chainβs own project, and is overridden where another projectβs app runs the chain: unichain resolves to uniswap. The daily chain table keys on chain_id alone, so attributing a chainβs numbers to a project always means joining this table. A change of operator lands here once and flows through every query that joins it.