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

# Orderly network hooks.OrderlyConfigContextState

[Orderly SDKs](/sdks/tech-doc/README) / [Modules](/sdks/tech-doc/modules) / [@orderly.network/hooks](/sdks/tech-doc/modules/orderly_network_hooks) / OrderlyConfigContextState

# Interface: OrderlyConfigContextState

[@orderly.network/hooks](/sdks/tech-doc/modules/orderly_network_hooks).OrderlyConfigContextState

## Table of contents

### Properties

* [configStore](/sdks/tech-doc/interfaces/orderly_network_hooks.OrderlyConfigContextState#configstore)
* [fetcher](/sdks/tech-doc/interfaces/orderly_network_hooks.OrderlyConfigContextState#fetcher)
* [filteredChains](/sdks/tech-doc/interfaces/orderly_network_hooks.OrderlyConfigContextState#filteredchains)
* [getWalletAdapter](/sdks/tech-doc/interfaces/orderly_network_hooks.OrderlyConfigContextState#getwalletadapter)
* [keyStore](/sdks/tech-doc/interfaces/orderly_network_hooks.OrderlyConfigContextState#keystore)
* [networkId](/sdks/tech-doc/interfaces/orderly_network_hooks.OrderlyConfigContextState#networkid)

## Properties

### configStore

• **configStore**: [`ConfigStore`](/sdks/tech-doc/interfaces/orderly_network_core.ConfigStore)

#### Defined in

[packages/hooks/src/orderlyContext.ts:23](https://github.com/OrderlyNetwork/js-sdk/blob/ba995f2/packages/hooks/src/orderlyContext.ts#L23)

***

### fetcher

• `Optional` **fetcher**: (`url`: `string`, `init`: `RequestInit`) => `Promise`\<`any`>

#### Type declaration

▸ (`url`, `init`): `Promise`\<`any`>

##### Parameters

| Name   | Type          |
| :----- | :------------ |
| `url`  | `string`      |
| `init` | `RequestInit` |

##### Returns

`Promise`\<`any`>

#### Defined in

[packages/hooks/src/orderlyContext.ts:21](https://github.com/OrderlyNetwork/js-sdk/blob/ba995f2/packages/hooks/src/orderlyContext.ts#L21)

***

### filteredChains

• `Optional` **filteredChains**: `null` | [`filteredChains`](/sdks/tech-doc/modules/orderly_network_hooks#filteredchains)

#### Defined in

[packages/hooks/src/orderlyContext.ts:34](https://github.com/OrderlyNetwork/js-sdk/blob/ba995f2/packages/hooks/src/orderlyContext.ts#L34)

***

### getWalletAdapter

• **getWalletAdapter**: [`getWalletAdapterFunc`](/sdks/tech-doc/modules/orderly_network_core#getwalletadapterfunc)

#### Defined in

[packages/hooks/src/orderlyContext.ts:25](https://github.com/OrderlyNetwork/js-sdk/blob/ba995f2/packages/hooks/src/orderlyContext.ts#L25)

***

### keyStore

• **keyStore**: [`OrderlyKeyStore`](/sdks/tech-doc/interfaces/orderly_network_core.OrderlyKeyStore)

#### Defined in

[packages/hooks/src/orderlyContext.ts:24](https://github.com/OrderlyNetwork/js-sdk/blob/ba995f2/packages/hooks/src/orderlyContext.ts#L24)

***

### networkId

• **networkId**: [`NetworkId`](/sdks/tech-doc/modules/orderly_network_types#networkid)

#### Defined in

[packages/hooks/src/orderlyContext.ts:27](https://github.com/OrderlyNetwork/js-sdk/blob/ba995f2/packages/hooks/src/orderlyContext.ts#L27)
