We have upgraded the product to App Kit and recommend using it for all production deployments. USDCKit will remain available as a private beta product. Thank you.
@circle-fin/usdckit - v0.25.4
    Preparing search index...

    Type Alias CreateCustomWalletClientParams

    type CreateCustomWalletClientParams = {
        chains?: Chain[];
        customTransportFactory: (params: TransportFactoryParams) => Transport;
        defaultChain?: Chain;
    }
    Index

    Properties

    chains?: Chain[]

    Chains this client will work with

    customTransportFactory: (params: TransportFactoryParams) => Transport

    Factory function that creates transport for a given chain

    defaultChain?: Chain

    Default chain for operations when no chain is specified, defaults to ETH_SEPOLIA