aragon/court-dashboard

Account Module: block or replace injected web3 provider if none is installed

Closed this issue · 1 comments

On a browser without an injected web3 provider, the "injected" column currently displays "Unknown":

Screen Shot 2020-02-14 at 2 11 17 PM

We should either remove this provider and add a different one (e.g. WalletConnect), or block it and say "no injected wallet available". I would prefer the former but I imagine this may be more difficult?

We will track account module improvements in the client repo: aragon/client#1364