From 199803a4f8c27120d7ced278d41edba3c71ad48b Mon Sep 17 00:00:00 2001 From: Kirill Ivanov Date: Fri, 7 Feb 2025 23:06:01 +0500 Subject: [PATCH] env in readme --- stats/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/stats/README.md b/stats/README.md index 6deb7ed30..0757ef9ca 100644 --- a/stats/README.md +++ b/stats/README.md @@ -85,6 +85,7 @@ Some variables are hidden in a disclosure widget below the table. | `STATS__CONDITIONAL_START__BLOCKS_RATIO__THRESHOLD` | | Value for `blocks_ratio` threshold | `0.98` | | `STATS__CONDITIONAL_START__INTERNAL_TRANSACTIONS_RATIO__ENABLED` | | Enable `internal_transactions_ratio` threshold | `true` | | `STATS__CONDITIONAL_START__INTERNAL_TRANSACTIONS_RATIO__THRESHOLD` | | Value for `internal_transactions_ratio` threshold | `0.98` | +| `STATS__CONDITIONAL_START__USER_OPS_PAST_INDEXING_FINISHED__ENABLED` | | Enable checking user ops indexing status | `true` | | `STATS__IGNORE_BLOCKSCOUT_API_ABSENCE` | | Disable requirement for blockscout api url setting. Turns off corresponding features if the api setting is not set | `false` | | `STATS__DISABLE_INTERNAL_TRANSACTIONS` | | Disable functionality that utilizes internal transactions. In particular, disable internal transactions ratio check for starting the service and related charts (`newContracts`, `lastNewContracts`, and `contractsGrowth`). It has a higher priority than config files and respective envs. | `false` | | `STATS__ENABLE_ALL_ARBITRUM` | | Enable Arbitrum-specific charts. Variable for convenience only, the same can be done manually in configs. | `false` |