CDP Frontend SDK
    Preparing search index...

    Type Alias Config

    Config: CoreConfig & {
        transports?: Record<typeof base.id | typeof baseSepolia.id, Transport>;
    }

    The config for the CDP hooks.

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

    The config for the CDP hooks.