Skip to content

Commit 34ce353

Browse files
committed
fix: avoid multicall chunking in zappers
1 parent 1eb447f commit 34ce353

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/plugins/zappers/ZappersPlugin.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ export class ZappersPlugin
5050
}) as const,
5151
),
5252
allowFailure: true,
53+
batchSize: 0,
5354
});
5455

5556
this.#zappers = new AddressMap<ZapperDataFull[]>(undefined, "zappers");

0 commit comments

Comments
 (0)