Skip to Content

@cfxdevkit/wallet-connect


@cfxdevkit/wallet-connect / wagmiConfig

Variable: wagmiConfig

const wagmiConfig: Config<readonly [Chain, Chain], Record<number, Transport<string, Record<string, any>, EIP1193RequestFn>>, readonly CreateConnectorFn[]>

Defined in: wagmi.ts:128

Pre-built config singleton for convenience when SSR hydration is not required (e.g. plain React SPA, Vite, tests).

For Next.js App Router use getConfig() + cookieToInitialState in the root layout Server Component instead (see getConfig JSDoc above).