decentraland / decentraland-connect

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

The ethereumjs-abi library breaks the installation of several repositories #21

Open LautaroPetaccio opened 3 years ago

LautaroPetaccio commented 3 years ago

The following problem is recurrently found when installing our repositories: Running npm install on some of our dapps like the builder breaks the CI changing the ethereumjs-abi resolved URL to ssh instead of https. Example of this happening This is due to the version of @web3-react/walletconnect-connector that we're using. The ethereumjs-abi seems to have been removed in the upcoming versions of the library. Updating the library when the new version comes out seems to be the solution.

nicosantangelo commented 2 years ago

Related #23