Skip to content
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

feat: Metamask SDK integration with the metamask wallet connector #2077

Closed

Conversation

EdouardBougon
Copy link

@EdouardBougon EdouardBougon commented Jul 3, 2024

Changes

Metamask SDK integration with the metamask wallet connector

Copy link

vercel bot commented Jul 3, 2024

@EdouardBougon is attempting to deploy a commit to the rainbowdotme Team on Vercel.

A member of the Team first needs to authorize it.

getUri: shouldUseWalletConnect ? getUri : undefined,
},
qrCode: shouldUseWalletConnect
mobile: isMobile()

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think that it would be better to separate the inline functions into: getMobile, getQrCode, and getExtension standalone functions.

It will improve readability.

The expected end result::

mobile: getMobile(),
qrCode: getQrCode(),
extension: getExtension()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants