decentraland / decentraland-connect

Connect your Ethereum wallet from different providers
6 stars 12 forks source link

fix: Support Fortmatic Goerli through new class #48

Closed LautaroPetaccio closed 1 year ago

LautaroPetaccio commented 1 year ago

The web3-react package removed the support for the Fortmatic wallet long time ago. We're using the 6th version of the package which has the class that supports Fortmatic but it does not have support for Goerli, mainly because it doesn't allow its usage through a check in the class. This PR recreates the class adding support for Goerli.