-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adds posthog #34
Adds posthog #34
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Run & review this pull request in StackBlitz Codeflow. |
@@ -13,7 +14,9 @@ const client = createConfig({ | |||
const ClientProviders = ({ children }: PropsWithChildren) => { | |||
return ( | |||
<ThemeProvider attribute="class" defaultTheme="dark"> | |||
<WagmiConfig config={client}>{children}</WagmiConfig> | |||
<WagmiConfig config={client}> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not related but why do we have have a wagmi wrapper in this static page?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I saw some contract read, not sure why but I’ll check what they do :))
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also, lets rename this file to ClientProviders.ts
and move it inside src/components/layouts
lets merge it. ensure we add the proper envs as well 👍🏻 @Adebesin-Cell |
Yes, added the keys, was waiting for an approval earlier, would merge now, thanks! |
Adds posthog
Adds posthog to braindao-ui
Fixes EveripediaNetwork/issues#2810