You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we simply remove WagmiProvider from the UniversalKit provider it stops working. This feel like a hack and we should somehow refactor UniversalKit and/or the template, so that WagmiProvider and QueryClientProvider are used only once.
The text was updated successfully, but these errors were encountered:
We have have to use WagmiProvider and QueryClientProvider twice.
One in the template:
https://github.com/zeta-chain/template/blob/488b4ac49bb1d87525eea3eeab0f59802c00e447/web/src/app/providers.tsx#L36-L37
And one in the UniversalKit:
universalkit/src/providers/UniversalKitProvider.tsx
Lines 72 to 73 in ab34040
If we simply remove
WagmiProvider
from the UniversalKit provider it stops working. This feel like a hack and we should somehow refactor UniversalKit and/or the template, so thatWagmiProvider
andQueryClientProvider
are used only once.The text was updated successfully, but these errors were encountered: