Skip to content

Commit

Permalink
[skip ci] fix error when creating wagmi config
Browse files Browse the repository at this point in the history
  • Loading branch information
tom2drum committed Mar 29, 2024
1 parent fd7d9e2 commit 586cfbc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/web3/wagmiConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ const wagmiConfig = (() => {
icons: [ config.UI.sidebar.icon.default ].filter(Boolean),
},
enableEmail: true,
ssr: true,
});

return wagmiConfig;
Expand Down

0 comments on commit 586cfbc

Please sign in to comment.