massalabs / bridge-web

https://bridge.massa.net
0 stars 0 forks source link

Evm connect: only metamask #713

Open Thykof opened 5 months ago

Thykof commented 5 months ago

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 commented 5 months ago

I tried

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

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