Skip to main content
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

ColumnTypeDescription
chain_idSTRINGIdentifier of the chain. Every table that mentions a chain joins on this.
project_idSTRINGProject that runs the chain.
nameSTRINGDisplay name.

Sample queries

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.