From 87139984d357bfc4201b5da0629a1bf609444273 Mon Sep 17 00:00:00 2001 From: Platon Floria Date: Fri, 3 May 2024 12:05:44 +0200 Subject: [PATCH] fix: BLOCK_CHUNK_SIZE_MAP --- run_blockchain_terraformer.py | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/run_blockchain_terraformer.py b/run_blockchain_terraformer.py index 6102f4f88..68d06658c 100644 --- a/run_blockchain_terraformer.py +++ b/run_blockchain_terraformer.py @@ -73,16 +73,15 @@ async def gather(): } BLOCK_CHUNK_SIZE_MAP = { - "ethereum": 50000, - "polygon": 250000, - "polygon_zkevm": 500000, - "arbitrum_one": 500000, - "optimism": 500000, - "coinbase_base": 250000, - "fantom": 2000, - "mantle": 10000000, - "linea": 1000000, - "sei": 10000, #TODO untested this could be more + "ethereum": 0, + "polygon": 0, + "polygon_zkevm": 0, + "arbitrum_one": 0, + "optimism": 0, + "coinbase_base": 0, + "fantom": 5000, + "mantle": 0, + "linea": 0 } ALCHEMY_KEY_DICT = {