-
Notifications
You must be signed in to change notification settings - Fork 359
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Unity] fix unity wallet connect #950
Conversation
🦋 Changeset detectedLatest commit: 88036fa The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## main #950 +/- ##
=======================================
Coverage 69.49% 69.49%
=======================================
Files 233 233
Lines 11213 11213
Branches 1381 1381
=======================================
Hits 7793 7793
Misses 2678 2678
Partials 742 742 ☔ View full report in Codecov by Sentry. |
case "walletConnect": | ||
walletInstance = new WalletConnect({ | ||
case "walletConnectV1": | ||
walletInstance = new WalletConnectV1({ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The reason for this is to support the most popular wallets correct? This is not fixing any bugs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yep
No description provided.