Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Rubilmax authored Feb 17, 2024
1 parent 97ed892 commit e98b796
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,24 +29,27 @@ With multicall, batch these queries into a single, on-chain query, without addit

## Installation

### Using ethers-v5
### Using ethers-v6

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

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

### Using ethers-v6
### Using ethers-v5

> [!WARNING]
> This version is deprecated and probably is not as efficient as with v6.
```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
```

---
Expand Down

0 comments on commit e98b796

Please sign in to comment.