Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions setup/env-variables/backend-envs-integrations.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,10 @@

| 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+ <br />Default: (empty) <br />Applications: API |
| `MICROSERVICE_BENS_URL` | URL of Blockscout ENS service. Implemented in [#8972](https://github.com/blockscout/blockscout/pull/8972) | Version: v5.4.0+ <br />Default: (empty) <br />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+ <br />Default: (empty) <br />Applications: API |
| `MICROSERVICE_BENS_URL` | URL of Blockscout ENS service. Implemented in [#8972](https://github.com/blockscout/blockscout/pull/8972) | Version: v5.4.0+ <br />Default: (empty) <br />Applications: API |
| `DISABLE_TRANSACTIONS_BENS_PRELOAD` | If `true`, skips ENS name preloading for the `/api/v2/transactions` endpoint responses. | Version: master+ <br />Default: `false` <br />Applications: API |

Check warning on line 74 in setup/env-variables/backend-envs-integrations.mdx

View check run for this annotation

Mintlify / Mintlify Validation (blockscout) - vale-spellcheck

setup/env-variables/backend-envs-integrations.mdx#L74

Did you really mean 'preloading'?
| `DISABLE_TOKEN_TRANSFERS_BENS_PRELOAD` | If `true`, skips ENS name preloading for the `/api/v2/token-transfers` endpoint responses. | Version: master+ <br />Default: `false` <br />Applications: API |

Check warning on line 75 in setup/env-variables/backend-envs-integrations.mdx

View check run for this annotation

Mintlify / Mintlify Validation (blockscout) - vale-spellcheck

setup/env-variables/backend-envs-integrations.mdx#L75

Did you really mean 'preloading'?

## Blockscout Account Abstraction

Expand Down