We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dc9448 commit 63e8965Copy full SHA for 63e8965
1 file changed
docs/environment-variables.md
@@ -29,7 +29,7 @@ those.
29
- `GRAPH_ETHEREUM_MAX_BLOCK_RANGE_SIZE`: Maximum number of blocks to scan for
30
triggers in each request (defaults to 1000).
31
- `GRAPH_ETHEREUM_MAX_EVENT_ONLY_RANGE`: Maximum range size for `eth.getLogs`
32
- requests that dont filter on contract address, only event signature.
+ requests that dont filter on contract address, only event signature (defaults to 500).
33
- `GRAPH_ETHEREUM_JSON_RPC_TIMEOUT`: Timeout for Ethereum JSON-RPC requests.
34
- `GRAPH_ETHEREUM_REQUEST_RETRIES`: Number of times to retry JSON-RPC requests
35
made against Ethereum. This is used for requests that will not fail the
0 commit comments