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.
The following problem is recurrently found when installing our repositories:
Running
npm installon some of our dapps like thebuilderbreaks the CI changing theethereumjs-abiresolved URL to ssh instead of https. Example of this happeningThis is due to the version of @web3-react/walletconnect-connector that we're using. The
ethereumjs-abiseems 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.