Skip to content

Commit

Permalink
fix(frontend): activate ssr to prevent hydration errors
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoSerranoP committed Dec 10, 2024
1 parent 4a09895 commit e434a08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/interface/src/providers/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ function createWagmiConfig() {
const config = getDefaultConfig({
appName,
projectId,
ssr: false,
ssr: true,
chains: activeChains as unknown as readonly [Chain, ...Chain[]],
transports: {
[appConfig.config.network.id]: http(appConfig.getRPCURL()),
Expand Down

0 comments on commit e434a08

Please sign in to comment.