From a364c1fcc2c6be041e0e5c122fc7202f17ed2f33 Mon Sep 17 00:00:00 2001 From: Victor Baranov Date: Thu, 26 Mar 2026 19:52:37 +0300 Subject: [PATCH] BENS preload env variables --- setup/env-variables/backend-envs-integrations.mdx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/setup/env-variables/backend-envs-integrations.mdx b/setup/env-variables/backend-envs-integrations.mdx index f4a15e0c..c76a4fd4 100644 --- a/setup/env-variables/backend-envs-integrations.mdx +++ b/setup/env-variables/backend-envs-integrations.mdx @@ -69,8 +69,10 @@ Can be set in format `1h` for 1 hour, `1m` for 1 minute, `1s` or `1` for 1 secon | Variable | Description | Parameters | | --------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------- | -| `MICROSERVICE_BENS_ENABLED` | If `true`, integration with [Blockscout ENS service](https://github.com/blockscout/blockscout-rs/tree/main/blockscout-ens) is enabled. Implemented in [#8972](https://github.com/blockscout/blockscout/pull/8972) | Version: v5.4.0+
Default: (empty)
Applications: API | -| `MICROSERVICE_BENS_URL` | URL of Blockscout ENS service. Implemented in [#8972](https://github.com/blockscout/blockscout/pull/8972) | Version: v5.4.0+
Default: (empty)
Applications: API | +| `MICROSERVICE_BENS_ENABLED` | If `true`, integration with [Blockscout ENS service](https://github.com/blockscout/blockscout-rs/tree/main/blockscout-ens) is enabled. Implemented in [#8972](https://github.com/blockscout/blockscout/pull/8972) | Version: v5.4.0+
Default: (empty)
Applications: API | +| `MICROSERVICE_BENS_URL` | URL of Blockscout ENS service. Implemented in [#8972](https://github.com/blockscout/blockscout/pull/8972) | Version: v5.4.0+
Default: (empty)
Applications: API | +| `DISABLE_TRANSACTIONS_BENS_PRELOAD` | If `true`, skips ENS name preloading for the `/api/v2/transactions` endpoint responses. | Version: master+
Default: `false`
Applications: API | +| `DISABLE_TOKEN_TRANSFERS_BENS_PRELOAD` | If `true`, skips ENS name preloading for the `/api/v2/token-transfers` endpoint responses. | Version: master+
Default: `false`
Applications: API | ## Blockscout Account Abstraction