Skip to main content
type Config = CoreConfig & {
  transports?: Record<typeof base.id | typeof baseSepolia.id, Transport>;
};
The config for the CDP hooks.

Type declaration

transports?

optional transports: Record<typeof base.id | typeof baseSepolia.id, 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.
I