Change ETHEREUM_REORG_THRESHOLD value to 3

This commit is contained in:
Nabarun 2023-08-31 17:58:12 +05:30
parent aedecdd074
commit 0e23c0b27f

View File

@ -20,7 +20,7 @@ services:
postgres_db: graph-node
ethereum: ${NETWORK:-filecoin}:${ETH_RPC_ENDPOINT:-https://archive.lotus.vdb.to/rpc/v1}
GRAPH_LOG: debug
ETHEREUM_REORG_THRESHOLD: 16
ETHEREUM_REORG_THRESHOLD: 3
ports:
- "8000"
- "8001"