Skip to content

Commit

Permalink
Sets ethereum to use block scraper mode in local.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrés Elizondo committed May 7, 2024
1 parent a251306 commit 543dd5d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,10 @@ services:
#KAFKA_SSL: '${KAFKA_SSL}'
#KAFKA_AUTH_USER: '${KAFKA_AUTH_USER}'
#KAFKA_AUTH_PASSWORD: '${KAFKA_AUTH_PASSWORD}'
SCRAPER_MODE: 'BLOCKS'
EP_DEPLOYMENT_BLOCK: 10247094
MAX_BLOCKS_TO_SEARCH: 1000
MAX_BLOCKS_TO_PULL: 1000
MAX_BLOCKS_TO_PULL: 100
MAX_TX_TO_PULL: 1000
BLOCK_FINALITY_THRESHOLD: 0
SECONDS_BETWEEN_RUNS: 1
Expand Down

0 comments on commit 543dd5d

Please sign in to comment.