We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 546123c + 422ae7a commit aef947dCopy full SHA for aef947d
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@1inch/multicall",
3
- "version": "1.0.1",
+ "version": "1.0.2",
4
"description": "High-weight optimized call-processor",
5
"repository": {
6
"type": "git",
src/multicall.service.ts
@@ -106,6 +106,8 @@ export class MultiCallService {
106
return newResults;
107
}
108
109
+ params.maxChunkSize = newMaxChunkSize;
110
+
111
if (newMaxChunkSize === 0) {
112
throw new Error('multicall: exceeded chunks split');
113
0 commit comments