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(