You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/configuration.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,6 @@ Unless you need to set a non-default value, it is recommended to only populate o
38
38
|`DEBUG_API_ENABLED`| "false" | Enables all debug related methods: `debug_traceTransaction`|
39
39
|`DEFAULT_RATE_LIMIT`| "200" | default fallback rate limit, if no other is configured. |
40
40
|`ENABLE_TX_POOL`| "false" | Flag to determine if the system should use a tx pool or not. |
41
-
|`ESTIMATE_GAS_THROWS`| "true" | Flag to determine if the system should throw an error with the actual reason during contract reverts instead of returning a predefined gas value. |
42
41
|`ETH_BLOCK_NUMBER_CACHE_TTL_MS`| "1000" | Time in ms to cache response from mirror node |
43
42
|`ETH_CALL_ACCEPTED_ERRORS`| "[]" | A list of acceptable error codes for eth_call requests. If an error code in this list is returned, the request will be retried. |
44
43
|`ETH_CALL_CACHE_TTL`| "200" | Maximum time in ms to cache an eth_call response. |
0 commit comments