Skip to content

Commit

Permalink
docs(README): update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Rubilmax authored Aug 28, 2023
1 parent 6680f52 commit d88bb2b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,21 +32,21 @@ With multicall, batch these queries into a single, on-chain query, without addit
### Using ethers-v5

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

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

### Using ethers-v6

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

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

---
Expand Down

0 comments on commit d88bb2b

Please sign in to comment.