You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
The following problem is recurrently found when installing our repositories:
Running
npm install
on some of our dapps like thebuilder
breaks the CI changing theethereumjs-abi
resolved 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-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 text was updated successfully, but these errors were encountered: