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

# Config

```ts theme={null}
type Config = CoreConfig & {
  transports?: Partial<Record<number, Transport>>;
};
```

The config for the CDP hooks.

## Type declaration

| Name          | Type                                         |
| ------------- | -------------------------------------------- |
| `transports?` | `Partial`\<`Record`\<`number`, `Transport`>> |

## Param

The optional transports to use for the public clients. If not provided, the default `http()` transport is used.

## Returns

The config for the CDP hooks.
