From e98b796d05c5ab0d8f122df561aebbe12f9b85ad Mon Sep 17 00:00:00 2001 From: Romain Milon Date: Sat, 17 Feb 2024 13:33:37 +0100 Subject: [PATCH] Update README.md --- README.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 4b7df13..49f00b1 100644 --- a/README.md +++ b/README.md @@ -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 ``` ---