> ## Documentation Index
> Fetch the complete documentation index at: https://docs.faremeter.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# Info Package

> Network and asset information utilities for EVM and Solana chains

# info/src

## Namespaces

* [evm](/api/info.src.Namespace.evm)
* [solana](/api/info.src.Namespace.solana)

## Functions

### normalizeNetworkId()

> **normalizeNetworkId**(`network`): `string`

Defined in: [packages/info/src/index.ts:29](https://github.com/faremeter/faremeter/blob/main/packages/info/src/index.ts#L29)

Normalize a legacy network identifier to CAIP-2 format.
Handles both EVM and Solana networks.
Returns the input unchanged if no mapping exists (may already be CAIP-2
or an unknown network).

#### Parameters

##### network

`string`

#### Returns

`string`

***

### translateNetworkToLegacy()

> **translateNetworkToLegacy**(`network`): `string`

Defined in: [packages/info/src/index.ts:47](https://github.com/faremeter/faremeter/blob/main/packages/info/src/index.ts#L47)

Translate a CAIP-2 network identifier to legacy format.
Handles both EVM and Solana networks.
Returns the input unchanged if no mapping exists (may not be a known
CAIP-2 network, or may already be legacy).

#### Parameters

##### network

`string`

#### Returns

`string`
