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. Defaults to the chainβs own project, and names another project where that projectβs app runs the chain: unichain resolves to uniswap. |
name | STRING | Display name. |
chain_family | STRING | evm or svm, null when the chain is unmapped. Every chain in one family is summed together for a keyβs activity, such as region on Accounts βΈ Registry. |
Sample queries
- Chain identity
- Chains for one project
- Chain to project
chain_id is the value every other table keys on, and this is the table that spells out what it stands for.