WalletConnect multi chain transactions not working #5426
Unanswered
devamitsharma101
asked this question in
Developer Support
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Versions I'm using
This is how, Initialize
This is how I make WC Connections
The chains passed here in required namespace is ['eip155:19011'] and chains passed in the optional namespace is ['eip155:248']
This is how try to send transaction
It works when the chainIdToPass to 'eip155:19011' but not when 'eip155:248'
I tried to pass only the required namespaces chains as ['eip155:19011', 'eip155:248'] skipping optional namespaces, but than connection is only not working.
I'm trying it with Metamask Mobile on IOS. I've already made sure both the chains are already added in metamask
Beta Was this translation helpful? Give feedback.
All reactions