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

Evm connect: only metamask #713

Open
Thykof opened this issue Apr 15, 2024 · 1 comment
Open

Evm connect: only metamask #713

Thykof opened this issue Apr 15, 2024 · 1 comment
Labels
P2 Mid level priority
Milestone

Comments

@Thykof
Copy link
Contributor

Thykof commented Apr 15, 2024

Context
Describe / explain why we should do this: motivations, context or other info. Keep it brief and simple - PM

If you have Rabby wallet extension installed, rainbowkit connect button will propose you to chose between Metamask and Rabby wallet. We want to have only metamasl, because rabby wallet don't work and we can't QA them all.

User flow
Describe the user flow using user stories so the end result is super clear - PM

How to
List the step-by-step to get it do if needed - PM

Technical details
Give the technical insights so anyone in the team can tackle the tasks - Dev

QA testing
Does this task require some QA tests ?
If yes, explain how to validate it

@Thykof Thykof added the P2 Mid level priority label Apr 15, 2024
@Thykof Thykof added this to the Post V1 milestone Apr 15, 2024
@Thykof
Copy link
Contributor Author

Thykof commented Apr 15, 2024

I tried

const connectors = connectorsForWallets(
  [
    {
      groupName: 'Recommended',
      wallets: [metaMaskWallet],
    },
  ],
  {
    appName: 'Massa Bridge',
    projectId: '',
  },
);

with no success. Chat gpt was suggesting me another approach...

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

No branches or pull requests

1 participant