# getChain

_Returns the chain._

## Type

```ts
;() => 'LTC' | 'BTC' | 'PEPE' | 'BCH' | 'DOGE'
```

\* `BCH` and `DOGE` support coming soon

### Return Value

Returns a string encoding the chain.

## Example

:::code source="../../../lib/test/lib/computer/get-chain.test.ts" :::

<a href="https://github.com/bitcoin-computer/monorepo/blob/main/packages/lib/test/lib/computer/get-chain.test.ts" target=_blank>Source</a>
