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
[...]
is missing the following properties from type:
- getBlock
- readContract
- simulateContract
- getBalance
(property) publicClient: PublicClient
Optional public client for the chain. If not provide, it is created
What version of wagmi are you using? We have some type issues relating to different versions of viem in a project. We use peer dependencies to help fix this issue but if the project being integrated includes two viem versions this can happen or if auto-installing peer deps is setup the same can happen.
I can't use Wagmi Public Client
Error:
And the public client is not optional, as it is mandatory here:
https://github.com/ourzora/zora-protocol/blame/209fb39ef7da7bafe8198e6359705422c66449a8/packages/protocol-sdk/src/utils.ts#L17C16-L17C16
The text was updated successfully, but these errors were encountered: