diff --git a/.gitignore b/.gitignore index a889762..a1082d5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .idea /node_modules /dist +.DS_Store diff --git a/package.json b/package.json index da67498..55ca038 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ethereum-multicall", - "version": "2.25.0", + "version": "2.26.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",