-
Notifications
You must be signed in to change notification settings - Fork 101
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(wc): use symkey presence to determine pairing uri (#4062)
### Description Previously the presence or absence of `?` was used to determine if a walletconnect deeplink was a pairing request or not; however, this is not the case for v2 urls. Instead we should use the presence or absence of the `symKey`. ### Test plan Tested locally on Android with the following dapps: - [x] [StakedCelo](https://app.stcelo.xyz/connect) - [x] [Curve](https://curve.fi/#/celo/swap) - [x] [Mento](https://app.mento.org) ### Related issues - Fixes RET-818 ### Backwards compatibility Yes
- Loading branch information
Showing
2 changed files
with
6 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters