From d5cb3d6042edbc77eced315ca266217f1c6af1cc Mon Sep 17 00:00:00 2001 From: Josh Stevens Date: Thu, 29 Feb 2024 19:21:02 +0000 Subject: [PATCH] 2.23.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a22d23b..9defe84 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ethereum-multicall", - "version": "2.22.0", + "version": "2.23.0", "description": "Multicall allows multiple smart contract constant function calls to be grouped into a single call and the results aggregated into a single result", "main": "dist/cjs/index.js", "module": "./dist/esm/index.js",