# chain

Contains the chain name of the provider.

**Type**

`"constellation"` | `"ethereum"` - Chain name.

**Example**

TypeScript

```typescript
provider.chain;
// "constellation"
```
