@cfxdevkit/wallet-connect / wagmiConfig
Variable: wagmiConfig
constwagmiConfig:Config<readonly [Chain,Chain],Record<number,Transport<string,Record<string,any>,EIP1193RequestFn>>, readonlyCreateConnectorFn[]>
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).