Skip to content

Commit

Permalink
Add note about how to run older ethers-v5 library
Browse files Browse the repository at this point in the history
  • Loading branch information
epheph committed Feb 6, 2024
1 parent 955ba13 commit f0a0d86
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ One key feature this library provides is **payload signing**, a requirement to s

This library is not a fully functional ethers.js implementation, just a simple provider class, designed to interact with an existing [ethers.js v6 installation](https://github.com/ethers-io/ethers.js/).

# ethers v5 & v6

This version of `@flashbots/ethers-provider-bundle` (v1.x.x) is designed to work with [ethers v6](https://www.npmjs.com/package/ethers). If you want ethers-v5 compatibility, stick with the `v0.x.x` versions.

## Example

Install ethers.js and the Flashbots ethers bundle provider.
Expand Down

0 comments on commit f0a0d86

Please sign in to comment.