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

# Orderly network types.ChainInfo

[Orderly SDKs](/sdks/tech-doc/README) / [Modules](/sdks/tech-doc/modules) / [@orderly.network/types](/sdks/tech-doc/modules/orderly_network_types) / ChainInfo

# Interface: ChainInfo

[@orderly.network/types](/sdks/tech-doc/modules/orderly_network_types).ChainInfo

## Table of contents

### Properties

* [blockExplorerUrls](/sdks/tech-doc/interfaces/orderly_network_types.ChainInfo#blockexplorerurls)
* [chainId](/sdks/tech-doc/interfaces/orderly_network_types.ChainInfo#chainid)
* [chainName](/sdks/tech-doc/interfaces/orderly_network_types.ChainInfo#chainname)
* [nativeCurrency](/sdks/tech-doc/interfaces/orderly_network_types.ChainInfo#nativecurrency)
* [rpcUrls](/sdks/tech-doc/interfaces/orderly_network_types.ChainInfo#rpcurls)

## Properties

### blockExplorerUrls

• **blockExplorerUrls**: `string`\[]

#### Defined in

[packages/types/src/chains.ts:19](https://github.com/OrderlyNetwork/js-sdk/blob/ba995f2/packages/types/src/chains.ts#L19)

***

### chainId

• **chainId**: `string`

#### Defined in

[packages/types/src/chains.ts:15](https://github.com/OrderlyNetwork/js-sdk/blob/ba995f2/packages/types/src/chains.ts#L15)

***

### chainName

• **chainName**: `string`

#### Defined in

[packages/types/src/chains.ts:16](https://github.com/OrderlyNetwork/js-sdk/blob/ba995f2/packages/types/src/chains.ts#L16)

***

### nativeCurrency

• **nativeCurrency**: [`NativeCurrency`](/sdks/tech-doc/interfaces/orderly_network_types.NativeCurrency)

#### Defined in

[packages/types/src/chains.ts:17](https://github.com/OrderlyNetwork/js-sdk/blob/ba995f2/packages/types/src/chains.ts#L17)

***

### rpcUrls

• **rpcUrls**: `string`\[]

#### Defined in

[packages/types/src/chains.ts:18](https://github.com/OrderlyNetwork/js-sdk/blob/ba995f2/packages/types/src/chains.ts#L18)
