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
When adding the `web3` package to your project, make sure to use version `4.x`. You can append `@4.0.1-rc.2` tag to install RC2 of version 4:
24
+
When adding the `web3` package to your project, make sure to use version `4.x`. You can append `@4.0.2-dev.af57eae.0` tag to install the latest version of 4 that this plugin was tested with:
25
25
26
-
-`npm i -S web3@4.0.1-rc.2`
27
-
-`yarn add web3@4.0.1-rc.2`
26
+
-`npm i -S web3@4.0.2-dev.af57eae.0`
27
+
-`yarn add web3@4.0.2-dev.af57eae.0`
28
28
29
29
> **_NOTE_**
30
30
> If 4.x was already released, you are good to just use `web3` without appending anything to it.
@@ -33,7 +33,7 @@ To verify you have the correct `web3` version installed, after adding the packag
0 commit comments