diff --git a/setup/env-variables/backend-env-variables.mdx b/setup/env-variables/backend-env-variables.mdx index 142a1e1..5397945 100644 --- a/setup/env-variables/backend-env-variables.mdx +++ b/setup/env-variables/backend-env-variables.mdx @@ -266,8 +266,8 @@ Can be set in format `1h` for 1 hour, `1m` for 1 minute, `1s` or `1` for 1 secon | `INDEXER_RECEIPTS_CONCURRENCY` | Concurrency for transaction receipts fetcher. Implemented in [#6454](https://github.com/blockscout/blockscout/pull/6454). | Version: v5.0.0\+
Default: `10`
Applications: Indexer | | `INDEXER_SIGNED_AUTHORIZATION_STATUS_BATCH_SIZE` | Batch size (number of blocks) for EIP7702 authorizations status fetcher. Implemented in [#12451](https://github.com/blockscout/blockscout/pull/12451). | Version: v9.0.0\+
Default: `10`
Applications: Indexer | | `INDEXER_SYSTEM_MEMORY_PERCENTAGE` | Percentage of total memory available to the VM that an application can use if `INDEXER_MEMORY_LIMIT` is not set. Implemented in [#10697](https://github.com/blockscout/blockscout/pull/10697). | Version: v6.9.0\+
Default: `60`
Applications: Indexer | -| `INDEXER_TOKEN_BALANCES_BATCH_SIZE` | Batch size for token balances fetcher. Implemented in [#7439](https://github.com/blockscout/blockscout/pull/7439). | Version: v5.1.5\+
Default: `100`
Applications: Indexer | -| `INDEXER_TOKEN_BALANCES_CONCURRENCY` | Concurrency for token balances fetcher. Implemented in [#8167](https://github.com/blockscout/blockscout/pull/8167). | Version: v5.2.2\+
Default: `10`
Applications: Indexer | +| `INDEXER_TOKEN_BALANCES_BATCH_SIZE` | Batch size for historical token balances fetcher. Implemented in [#7439](https://github.com/blockscout/blockscout/pull/7439). | Version: v5.1.5\+
Default: `100`
Applications: Indexer | +| `INDEXER_TOKEN_BALANCES_CONCURRENCY` | Concurrency for historical token balances fetcher. Implemented in [#8167](https://github.com/blockscout/blockscout/pull/8167). | Version: v5.2.2\+
Default: `10`
Applications: Indexer | | `INDEXER_TOKEN_BALANCES_EXPONENTIAL_TIMEOUT_COEFF` | Coefficient to calculate exponential timeout. Implemented in [#10694](https://github.com/blockscout/blockscout/pull/10694). | Version: v6.9.0\+
Default: `100`
Applications: Indexer | | `INDEXER_TOKEN_BALANCES_FETCHER_INIT_QUERY_LIMIT` | Limit for token balance fetcher init queries. Implemented in [#8459](https://github.com/blockscout/blockscout/pull/8459). | Version: v5.2.3\+
Default: `100000`
Applications: Indexer | | `INDEXER_TOKEN_BALANCES_MAX_REFETCH_INTERVAL` | Maximum interval between attempts to fetch address token balance. [Time format](/setup/env-variables/backend-env-variables#time-format). Implemented in [#10694](https://github.com/blockscout/blockscout/pull/10694). | Version: v6.8.1\+
Default: `168h`
Applications: Indexer | @@ -297,6 +297,8 @@ Can be set in format `1h` for 1 hour, `1m` for 1 minute, `1s` or `1` for 1 secon | `INDEXER_TX_ACTIONS_REINDEX_PROTOCOLS` | Comma-separated names of protocols which should be indexed or reindexed on historical blocks defined by the range. Example: `uniswap_v3,zkbob` - only these protocols will be indexed or reindexed for the defined block range. If the value is an empty string (or not defined), all supported protocols will be indexed/reindexed. This option is not applicable to `realtime` and `catchup` fetchers (it always indexes all supported protocols). Implemented in [#6582](https://github.com/blockscout/blockscout/pull/6582). | Version: v5.1.0\+
Default: (empty)
Applications: Indexer | | `INDEXER_TX_ACTIONS_UNISWAP_V3_FACTORY_CONTRACT` | UniswapV3Factory contract address. Implemented in [#7312](https://github.com/blockscout/blockscout/pull/7312). | Version: v5.1.4\+
Default: `0x1F98431c8aD98523631AE4a59f267346ea31F984`
Applications: Indexer | | `INDEXER_TX_ACTIONS_UNISWAP_V3_NFT_POSITION_MANAGER_CONTRACT` | NonfungiblePositionManager contract address for Uniswap v3. Implemented in [#7312](https://github.com/blockscout/blockscout/pull/7312). | Version: v5.1.4\+
Default: `0xC36442b4a4522E871399CD717aBDD847Ab11FE88`
Applications: Indexer | +| `INDEXER_CURRENT_TOKEN_BALANCES_BATCH_SIZE` | Batch size for current token balances fetcher. Implemented in [#13923](https://github.com/blockscout/blockscout/pull/13923). | Version: v10.0.0\+
Default: `100`
Applications: Indexer | +| `INDEXER_CURRENT_TOKEN_BALANCES_CONCURRENCY` | Concurrency for current token balances fetcher. Implemented in [#13923](https://github.com/blockscout/blockscout/pull/13923). | Version: v10.0.0\+
Default: `10`
Applications: Indexer | ## DB Migrations & Sanitizer Management