Docs

ConnectParams

type ConnectParams<TOpts extends Record<string, any> = {}> = {
chainId?: number;
} & TOpts;