From da50d7cab84ce211df985c41a59ba2fd572e0fe5 Mon Sep 17 00:00:00 2001 From: Qwerty5Uiop Date: Mon, 24 Aug 2026 15:14:49 +0400 Subject: [PATCH] Add envs for ERC-8056 support --- setup/env-variables/backend-env-variables.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/setup/env-variables/backend-env-variables.mdx b/setup/env-variables/backend-env-variables.mdx index 31ae73b5..cd4f018e 100644 --- a/setup/env-variables/backend-env-variables.mdx +++ b/setup/env-variables/backend-env-variables.mdx @@ -402,6 +402,10 @@ If no unit is provided, the value will be interpreted as seconds. | `MIGRATION_FILL_LOGS_COMPRESSED_DATA_BATCH_SIZE` | Number of logs to fill their compressed data in the batch. Implemented in [#14526](https://github.com/blockscout/blockscout/pull/14526). | Version: v12.0.0\+
Default: `5000`
Applications: Indexer | | `MIGRATION_FILL_LOGS_COMPRESSED_DATA_CONCURRENCY` | Number of parallel processes filling logs compressed data. Implemented in [#14526](https://github.com/blockscout/blockscout/pull/14526). | Version: v12.0.0\+
Default: `10`
Applications: Indexer | | `MIGRATION_FILL_LOGS_COMPRESSED_DATA_TIMEOUT` | Timeout between filling logs compressed data batches processing. Implemented in [#14526](https://github.com/blockscout/blockscout/pull/14526). | Version: v12.0.0\+
Default: `1s`
Applications: Indexer | +| `MIGRATION_BACKFILL_SCALED_UI_AMOUNT_TOKENS_BATCH_SIZE` | Number of logs to backfill scaled UI amount from in the batch. Implemented in [#14731](https://github.com/blockscout/blockscout/pull/14731). | Version: master
Default: `100`
Applications: Indexer | +| `MIGRATION_BACKFILL_SCALED_UI_AMOUNT_TOKENS_CONCURRENCY` | Number of parallel processes backfilling scaled UI amount from logs. Implemented in [#14731](https://github.com/blockscout/blockscout/pull/14731). | Version: master
Default: `1`
Applications: Indexer | +| `MIGRATION_SANITIZE_SCALED_UI_AMOUNT_TOKEN_TRANSFER_TYPES_BATCH_SIZE` | Number of token transfers to sanitize their token type in batch. Implemented in [#14731](https://github.com/blockscout/blockscout/pull/14731). | Version: master
Default: `100`
Applications: Indexer | +| `MIGRATION_SANITIZE_SCALED_UI_AMOUNT_TOKEN_TRANSFER_TYPES_CONCURRENCY` | Number of parallel processes sanitizing token types. Implemented in [#14731](https://github.com/blockscout/blockscout/pull/14731). | Version: master
Default: `1`
Applications: Indexer | ## Market