Set ETHEREUM_REORG_THRESHOLD env for graph-node to catch up to head

This commit is contained in:
Nabarun 2023-08-30 10:33:00 +05:30
parent f93febe812
commit 9b2e17b9e0

View File

@ -21,6 +21,7 @@ services:
# ethereum: 'lotus-fixturenet:http://lotus-node-1:1234/rpc/v1'
ethereum: 'filecoin:https://archive.lotus.vdb.to/rpc/v1'
GRAPH_LOG: debug
ETHEREUM_REORG_THRESHOLD: 3
ports:
- "8000"
- "8001"