generated from ChainSafe/typescript-lib-template
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #27 from ChainSafe/1-use-only-web3-as-dependency
* Use only web3 as a dependency * Update web3 to the latest canary version * Updated README.md
- Loading branch information
Showing
10 changed files
with
412 additions
and
416 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,10 +21,10 @@ yarn add @chainsafe/web3.js-chainlink-plugin | |
|
||
### Installing Version `4.x` of `web3` | ||
|
||
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: | ||
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: | ||
|
||
- `npm i -S [email protected].1-rc.2` | ||
- `yarn add [email protected].1-rc.2` | ||
- `npm i -S [email protected].2-dev.af57eae.0` | ||
- `yarn add [email protected].2-dev.af57eae.0` | ||
|
||
> **_NOTE_** | ||
> 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 | |
|
||
```json | ||
"dependencies": { | ||
"web3": "4.0.1-rc.2" | ||
"web3": "4.0.2-dev.af57eae.0" | ||
} | ||
``` | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.