When I connect to Metamask using wallet connect v2 I have an issue with redirection to dapp, redirect only work once. so i read the source code, I found that if your url params contains a session topic and it has been created and matched with this session, it will set the deep link of the corresponding session to true.
Situation
so we wallet connect uri like this:
metamask://wc?uri=encodeUrl('wc:xxxx?sesstionTopic=session.topic'), xxxx is any string
Description
When I connect to Metamask using wallet connect v2 I have an issue with redirection to dapp, redirect only work once. so i read the source code, I found that if your url params contains a session topic and it has been created and matched with this session, it will set the deep link of the corresponding session to true.
Situation
so we wallet connect uri like this:
example:
Acceptance Criteria What is a technical must-have for launch and in-scope.
Process (adapt per story)