Skip to content

Commit

Permalink
fix: BLOCK_CHUNK_SIZE_MAP
Browse files Browse the repository at this point in the history
  • Loading branch information
platonfloria committed May 3, 2024
1 parent d2ec816 commit 8713998
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions run_blockchain_terraformer.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 8713998

Please sign in to comment.