Property 'chainNamespace' is missing in type 'WagmiAdapter' but required in type 'ChainAdapter'.ts(2741) #5559
Unanswered
certifirm
asked this question in
Developer Support
Replies: 1 comment
-
hi @certifirm, if you are trying to define a custom network. Please check our docs |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
const wagmiAdapter = new WagmiAdapter({
projectId: PROJECT_ID,
networks,
});
I receive the error:
Property 'chainNamespace' is missing in type 'WagmiAdapter' but required in type 'ChainAdapter'.ts(2741), but I can not set chainNameSpace. I am using angular. With @reown/appkit-adapter-wagmi@1.3 version 1.3 works well. but 1.4, 1.5, 1.6 not.
How can I set a chainNameSpace?
Beta Was this translation helpful? Give feedback.
All reactions