Set ETHEREUM_REORG_THRESHOLD in graph-node to 16 (#516)
Publish / Build and publish (push) Successful in 1m52s Details
Deploy Test / Run deploy test suite (push) Successful in 5m4s Details
Smoke Test / Run basic test suite (push) Failing after 10s Details

pull/517/head v1.1.0-e097203-202308310512
Nabarun Gogoi 2023-08-31 10:42:01 +05:30 committed by GitHub
parent b5988fba8f
commit e0972033de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"