From a39185f00c50ce3a5482a8c018f63f22ee32058c Mon Sep 17 00:00:00 2001 From: Andrey Date: Mon, 5 Jun 2023 22:15:35 +0300 Subject: [PATCH] Add changes. --- crawlers/mooncrawl/mooncrawl/state_crawler/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crawlers/mooncrawl/mooncrawl/state_crawler/cli.py b/crawlers/mooncrawl/mooncrawl/state_crawler/cli.py index 2edc6fe7..350b0da9 100644 --- a/crawlers/mooncrawl/mooncrawl/state_crawler/cli.py +++ b/crawlers/mooncrawl/mooncrawl/state_crawler/cli.py @@ -640,7 +640,7 @@ def main() -> None: "--max-batch-size", "-m", type=int, - default=5000, + default=4000, help="Max size of chunks wich send to Multicall2 contract.", ) view_state_crawler_parser.add_argument(