Set ETHEREUM_REORG_THRESHOLD in graph-node to 16 (#516)
This commit is contained in:
parent
b5988fba8f
commit
e0972033de
@ -20,7 +20,7 @@ services:
|
|||||||
postgres_db: graph-node
|
postgres_db: graph-node
|
||||||
ethereum: ${NETWORK:-filecoin}:${ETH_RPC_ENDPOINT:-https://archive.lotus.vdb.to/rpc/v1}
|
ethereum: ${NETWORK:-filecoin}:${ETH_RPC_ENDPOINT:-https://archive.lotus.vdb.to/rpc/v1}
|
||||||
GRAPH_LOG: debug
|
GRAPH_LOG: debug
|
||||||
ETHEREUM_REORG_THRESHOLD: 3
|
ETHEREUM_REORG_THRESHOLD: 16
|
||||||
ports:
|
ports:
|
||||||
- "8000"
|
- "8000"
|
||||||
- "8001"
|
- "8001"
|
||||||
|
Loading…
Reference in New Issue
Block a user