Skip to content

Commit

Permalink
docs(readme): add ethers-v6 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Rubilmax committed Aug 24, 2023
1 parent 828fdb1 commit 87e02e7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ With multicall, batch these queries into a single, on-chain query, without addit

## Installation

### Using ethers-v5

```bash
npm install ethers-multicall-provider
```
Expand All @@ -37,6 +39,16 @@ npm install ethers-multicall-provider
yarn add ethers-multicall-provider
```

### Using ethers-v6

```bash
npm install ethers-multicall-provider@ethers-v6
```

```bash
yarn add ethers-multicall-provider@ethers-v6
```

---

## Usage
Expand Down

0 comments on commit 87e02e7

Please sign in to comment.