Skip to content
Merged
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
7 changes: 7 additions & 0 deletions setup/env-variables/backend-envs-integrations.mdx
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
title: "Backend ENVs: Integrations"

Check warning on line 2 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#L2

Did you really mean 'ENVs'?
---

<Info>
The following ENVs are used for different integrations. Some work with various microservices (when the variable begins with MICROSERVICE) while others are contained within the application.

Check warning on line 6 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#L6

Did you really mean 'ENVs'?

More info on Blockscout Rust MicroServices is available in the [blockscout-rs Github Repo](https://github.com/blockscout/blockscout-rs/tree/main).

Check warning on line 8 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#L8

Did you really mean 'Blockscout'?
</Info>

## Time format
Expand Down Expand Up @@ -53,7 +53,7 @@
## Sig-provider

<Info>
The Sig-provider microservice is used by Blockscout to display decoded transaction data on transaction pages and to determine transaction actions

Check warning on line 56 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#L56

Did you really mean 'Blockscout'?
</Info>

| Variable | Description | Parameters |
Expand All @@ -61,18 +61,18 @@
| `MICROSERVICE_SIG_PROVIDER_ENABLED` | If `true`, integration with [Rust sig-provider service](https://github.com/blockscout/blockscout-rs/tree/main/sig-provider) is enabled. Implemented in [#6541](https://github.com/blockscout/blockscout/pull/6541) | Version: v5.1.3\+ <br />Default: (empty) <br />Applications: API |
| `MICROSERVICE_SIG_PROVIDER_URL` | URL of Rust sig-provider service. Implemented in [#6541](https://github.com/blockscout/blockscout/pull/6541) | Version: v5.1.3\+ <br />Default: (empty) <br />Applications: API |

## Blockscout ENS

Check warning on line 64 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#L64

Did you really mean 'Blockscout'?

<Info>
Blockscout ENS provides indexed data of domain name service for blockscout instances. [Learn more](https://github.com/blockscout/blockscout-rs/tree/main/blockscout-ens).

Check warning on line 67 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#L67

Did you really mean 'Blockscout'?

Check warning on line 67 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#L67

Did you really mean 'blockscout'?
</Info>

| 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 |

Check warning on line 73 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#L73

Did you really mean 'Blockscout'?

## Blockscout Account Abstraction

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 'Blockscout'?

<Info>
Enables the [User Ops Indexer](https://github.com/blockscout/blockscout-rs/tree/main/user-ops-indexer), a service designed to index, decode and serve user operations as per the ERC-4337 standard
Expand All @@ -81,14 +81,14 @@
| Variable | Description | Parameters |
| ------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------- |
| `MICROSERVICE_ACCOUNT_ABSTRACTION_ENABLED` | If `true`, integration with [Blockscout Account Abstraction service](https://github.com/blockscout/blockscout-rs/tree/main/user-ops-indexer) is enabled. Implemented in [#9145](https://github.com/blockscout/blockscout/pull/9145) | Version: v6.1.0\+ <br />Default: (empty) <br />Applications: API |
| `MICROSERVICE_ACCOUNT_ABSTRACTION_URL` | URL of Blockscout ENS service. Implemented in [#9145](https://github.com/blockscout/blockscout/pull/9145) | Version: v6.1.0\+ <br />Default: (empty) <br />Applications: API |

Check warning on line 84 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#L84

Did you really mean 'Blockscout'?

## Tx Interpreter (Summary) Service

Check warning on line 86 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#L86

Did you really mean 'Tx'?

| Variable | Description | Parameters |
| ------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------- |
| `MICROSERVICE_TRANSACTION_INTERPRETATION_ENABLED` | If `true`, integration with Tx Interpreter Service is enabled. Implemented in [#8957](https://github.com/blockscout/blockscout/pull/8957) | Version: v5.4.0\+ <br />Default: (empty) <br />Applications: API |

Check warning on line 90 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#L90

Did you really mean 'Tx'?
| `MICROSERVICE_TRANSACTION_INTERPRETATION_URL` | URL of Tx Interpreter Service. Implemented in [#8957](https://github.com/blockscout/blockscout/pull/8957) | Version: v5.4.0\+ <br />Default: (empty) <br />Applications: API |

Check warning on line 91 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#L91

Did you really mean 'Tx'?

## Metadata Service

Expand All @@ -98,37 +98,44 @@
| `MICROSERVICE_METADATA_URL` | URL of Metadata Service. Implemented in [#9706](https://github.com/blockscout/blockscout/pull/9706) | Version: v6.4.0\+ <br />Default: (empty) <br />Applications: API |
| `MICROSERVICE_METADATA_PROXY_REQUESTS_TIMEOUT` | Timeout for request forwarding from `/api/v2/proxy/metadata/`. Implemented in [#11656](https://github.com/blockscout/blockscout/pull/11656) | Version: v7.0.0\+ <br />Default: `30s` <br />Applications: API |

## Multichain Search Service

Check warning on line 101 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#L101

Did you really mean 'Multichain'?

<Info>
Multichain Search is the single point of search of the data in the all blockchains.

Check warning on line 104 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#L104

Did you really mean 'Multichain'?

Check warning on line 104 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#L104

Did you really mean 'blockchains'?
</Info>

| Variable | Description | Parameters |
| --------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------- |
| `MICROSERVICE_MULTICHAIN_SEARCH_URL` | Multichain Search Service API URL. Integration is enabled, if this variable value contains valid URL. Implemented in [#11139](https://github.com/blockscout/blockscout/pull/11139) | Version: v6.10.0\+ <br />Default: (empty) <br />Applications: API, Indexer |

Check warning on line 109 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#L109

Did you really mean 'Multichain'?
| `MICROSERVICE_MULTICHAIN_SEARCH_API_KEY` | Multichain Search Service API key. Implemented in [#11139](https://github.com/blockscout/blockscout/pull/11139) | Version: v6.10.0\+ <br />Default: (empty) <br />Applications: API, Indexer |

Check warning on line 110 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#L110

Did you really mean 'Multichain'?
| `MICROSERVICE_MULTICHAIN_SEARCH_ADDRESSES_CHUNK_SIZE` | Chunk size of addresses while exporting to Multichain Search DB. Implemented in [#12377](https://github.com/blockscout/blockscout/pull/12377) | Version: v8.1.0\+ <br />Default: 7000 <br />Applications: API, Indexer |

Check warning on line 111 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#L111

Did you really mean 'Multichain'?
| `MICROSERVICE_MULTICHAIN_SEARCH_TOKEN_INFO_CHUNK_SIZE` | Chunk size of token info while exporting to Multichain Search DB. Implemented in [#12867](https://github.com/blockscout/blockscout/pull/12867) | Version: v9.0.0\+ <br />Default: 1000 <br />Applications: Indexer |

Check warning on line 112 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#L112

Did you really mean 'Multichain'?
| `MICROSERVICE_MULTICHAIN_SEARCH_COUNTERS_CHUNK_SIZE` | Chunk size of counters while exporting to Multichain Search DB. Implemented in [#13007](https://github.com/blockscout/blockscout/pull/13007). | Version: master<br />Default: `1000`<br />Applications: Indexer |

Check warning on line 113 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#L113

Did you really mean 'Multichain'?
| `MIGRATION_BACKFILL_MULTICHAIN_SEARCH_BATCH_SIZE` | Batch size of backfilling Multichain Search Service DB. Implemented in [#11139](https://github.com/blockscout/blockscout/pull/11139) | Version: v6.10.0\+ <br />Default: 10 <br />Applications: Indexer |

Check warning on line 114 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#L114

Did you really mean 'backfilling'?

Check warning on line 114 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#L114

Did you really mean 'Multichain'?
| `INDEXER_DISABLE_MULTICHAIN_SEARCH_DB_EXPORT_MAIN_QUEUE_FETCHER` | If `true`, multichain DB main (blocks, transactions, addresses) export fetcher doesn't run. Implemented in [#12377](https://github.com/blockscout/blockscout/pull/12377). | Version: v9.0.0\+<br />Default: `false`<br />Applications: Indexer |

Check warning on line 115 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#L115

Did you really mean 'multichain'?
| `INDEXER_MULTICHAIN_SEARCH_DB_EXPORT_MAIN_QUEUE_BATCH_SIZE` | Batch size for multichain DB main (blocks, transactions, addresses) export fetcher. Implemented in [#12377](https://github.com/blockscout/blockscout/pull/12377). | Version: v9.0.0\+<br />Default: `1000`<br />Applications: Indexer |

Check warning on line 116 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#L116

Did you really mean 'multichain'?
| `INDEXER_MULTICHAIN_SEARCH_DB_EXPORT_MAIN_QUEUE_CONCURRENCY` | Concurrency for multichain DB main (blocks, transactions, addresses) export fetcher. Implemented in [#12377](https://github.com/blockscout/blockscout/pull/12377). | Version: v9.0.0\+<br />Default: `10`<br />Applications: Indexer |

Check warning on line 117 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#L117

Did you really mean 'multichain'?
| `INDEXER_MULTICHAIN_SEARCH_DB_EXPORT_MAIN_QUEUE_ENQUEUE_BUSY_WAITING_TIMEOUT` | Timeout before new attempt to append item to multichain DB main (blocks, transactions, addresses) export queue if it's full. [Time format](backend-env-variables.md#time-format). Implemented in [#12377](https://github.com/blockscout/blockscout/pull/12377). | Version: v9.0.0\+<br />Default: `1s`<br />Applications: Indexer |

Check warning on line 118 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#L118

Did you really mean 'multichain'?
| `INDEXER_MULTICHAIN_SEARCH_DB_EXPORT_MAIN_QUEUE_MAX_QUEUE_SIZE` | Maximum size of multichain DB main (blocks, transactions, addresses) export queue. Implemented in [#12377](https://github.com/blockscout/blockscout/pull/12377). | Version: v9.0.0\+<br />Default: `1000`<br />Applications: Indexer |

Check warning on line 119 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#L119

Did you really mean 'multichain'?
| `INDEXER_MULTICHAIN_SEARCH_DB_EXPORT_MAIN_QUEUE_INIT_QUERY_LIMIT` | Limit of the init query for processing the main export queue to the Multichain DB. Implemented in [#12822](https://github.com/blockscout/blockscout/pull/12822). | Version: v9.0.0\+<br />Default: `1000`<br />Applications: Indexer |

Check warning on line 120 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#L120

Did you really mean 'Multichain'?
| `INDEXER_DISABLE_MULTICHAIN_SEARCH_DB_EXPORT_BALANCES_QUEUE_FETCHER` | If `true`, multichain DB balances export fetcher doesn't run. Implemented in [#12580](https://github.com/blockscout/blockscout/pull/12580). | Version: v9.0.0\+<br />Default: `false`<br />Applications: Indexer |

Check warning on line 121 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#L121

Did you really mean 'multichain'?
| `INDEXER_MULTICHAIN_SEARCH_DB_EXPORT_BALANCES_QUEUE_BATCH_SIZE` | Batch size for multichain DB balances export fetcher. Implemented in [#12580](https://github.com/blockscout/blockscout/pull/12580). | Version: v9.0.0\+<br />Default: `1000`<br />Applications: Indexer |

Check warning on line 122 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#L122

Did you really mean 'multichain'?
| `INDEXER_MULTICHAIN_SEARCH_DB_EXPORT_BALANCES_QUEUE_CONCURRENCY` | Concurrency for multichain DB balances export fetcher. Implemented in [#12580](https://github.com/blockscout/blockscout/pull/12580). | Version: v9.0.0\+<br />Default: `10`<br />Applications: Indexer |

Check warning on line 123 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#L123

Did you really mean 'multichain'?
| `INDEXER_MULTICHAIN_SEARCH_DB_EXPORT_BALANCES_QUEUE_ENQUEUE_BUSY_WAITING_TIMEOUT` | Timeout before new attempt to append item to multichain DB balances export queue if it's full. [Time format](backend-env-variables.md#time-format). Implemented in [#12580](https://github.com/blockscout/blockscout/pull/12580). | Version: v9.0.0\+<br />Default: `1s`<br />Applications: Indexer |

Check warning on line 124 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#L124

Did you really mean 'multichain'?
| `INDEXER_MULTICHAIN_SEARCH_DB_EXPORT_BALANCES_QUEUE_MAX_QUEUE_SIZE` | Maximum size of multichain DB balances export queue. Implemented in [#12580](https://github.com/blockscout/blockscout/pull/12580). | Version: v9.0.0\+<br />Default: `1000`<br />Applications: Indexer |

Check warning on line 125 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#L125

Did you really mean 'multichain'?
| `INDEXER_MULTICHAIN_SEARCH_DB_EXPORT_BALANCES_QUEUE_INIT_QUERY_LIMIT` | Limit of the init query for processing the balances export queue to the Multichain DB. Implemented in [#12822](https://github.com/blockscout/blockscout/pull/12822). | Version: v9.0.0\+<br />Default: `1000` <br />Applications: Indexer |

Check warning on line 126 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#L126

Did you really mean 'Multichain'?
| `INDEXER_DISABLE_MULTICHAIN_SEARCH_DB_EXPORT_TOKEN_INFO_QUEUE_FETCHER` | If `true`, multichain DB token info export fetcher doesn't run. Implemented in [#12867](https://github.com/blockscout/blockscout/pull/12867). | Version: v9.0.0\+<br />Default: `false`<br />Applications: Indexer |

Check warning on line 127 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#L127

Did you really mean 'multichain'?
| `INDEXER_MULTICHAIN_SEARCH_DB_EXPORT_TOKEN_INFO_QUEUE_BATCH_SIZE` | Batch size for multichain DB token info export fetcher. Implemented in [#12867](https://github.com/blockscout/blockscout/pull/12867). | Version: v9.0.0\+<br />Default: `1000`<br />Applications: Indexer |

Check warning on line 128 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#L128

Did you really mean 'multichain'?
| `INDEXER_MULTICHAIN_SEARCH_DB_EXPORT_TOKEN_INFO_QUEUE_CONCURRENCY` | Concurrency for multichain DB token info export fetcher. Implemented in [#12867](https://github.com/blockscout/blockscout/pull/12867). | Version: v9.0.0\+<br />Default: `10`<br />Applications: Indexer |

Check warning on line 129 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#L129

Did you really mean 'multichain'?
| `INDEXER_MULTICHAIN_SEARCH_DB_EXPORT_TOKEN_INFO_QUEUE_ENQUEUE_BUSY_WAITING_TIMEOUT` | Timeout before new attempt to append item to multichain DB token info export queue if it's full. [Time format](backend-env-variables.md#time-format). Implemented in [#12867](https://github.com/blockscout/blockscout/pull/12867). | Version: v9.0.0\+<br />Default: `1s`<br />Applications: Indexer |

Check warning on line 130 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#L130

Did you really mean 'multichain'?
| `INDEXER_MULTICHAIN_SEARCH_DB_EXPORT_TOKEN_INFO_QUEUE_MAX_QUEUE_SIZE` | Maximum size of multichain DB token info export queue. Implemented in [#12867](https://github.com/blockscout/blockscout/pull/12867). | Version: v9.0.0\+<br />Default: `1000`<br />Applications: Indexer |

Check warning on line 131 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#L131

Did you really mean 'multichain'?
| `INDEXER_MULTICHAIN_SEARCH_DB_EXPORT_TOKEN_INFO_QUEUE_INIT_QUERY_LIMIT` | Limit of the init query for processing the token info export queue to the Multichain DB. Implemented in [#12867](https://github.com/blockscout/blockscout/pull/12867). | Version: v9.0.0\+<br />Default: `1000` <br />Applications: Indexer |

Check warning on line 132 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#L132

Did you really mean 'Multichain'?
| `INDEXER_DISABLE_MULTICHAIN_SEARCH_DB_EXPORT_COUNTERS_QUEUE_FETCHER` | If `true`, multichain DB counters export fetcher doesn't run. Implemented in [#13007](https://github.com/blockscout/blockscout/pull/13007). | Version: master<br />Default: `false`<br />Applications: Indexer |

Check warning on line 133 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#L133

Did you really mean 'multichain'?
| `INDEXER_MULTICHAIN_SEARCH_DB_EXPORT_COUNTERS_QUEUE_BATCH_SIZE` | Batch size for multichain DB counters export fetcher. Implemented in [#13007](https://github.com/blockscout/blockscout/pull/13007). | Version: master<br />Default: `1000`<br />Applications: Indexer |

Check warning on line 134 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#L134

Did you really mean 'multichain'?
| `INDEXER_MULTICHAIN_SEARCH_DB_EXPORT_COUNTERS_QUEUE_CONCURRENCY` | Concurrency for multichain DB counters export fetcher. Implemented in [#13007](https://github.com/blockscout/blockscout/pull/13007). | Version: master<br />Default: `10`<br />Applications: Indexer |

Check warning on line 135 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#L135

Did you really mean 'multichain'?
| `INDEXER_MULTICHAIN_SEARCH_DB_EXPORT_COUNTERS_QUEUE_ENQUEUE_BUSY_WAITING_TIMEOUT` | Timeout before new attempt to append item to multichain DB counters export queue if it's full. [Time format](backend-env-variables.md#time-format). Implemented in [#13007](https://github.com/blockscout/blockscout/pull/13007). | Version: master<br />Default: `1s`<br />Applications: Indexer |

Check warning on line 136 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#L136

Did you really mean 'multichain'?
| `INDEXER_MULTICHAIN_SEARCH_DB_EXPORT_COUNTERS_QUEUE_MAX_QUEUE_SIZE` | Maximum size of multichain DB counters export queue. Implemented in [#13007](https://github.com/blockscout/blockscout/pull/13007). | Version: master<br />Default: `1000`<br />Applications: Indexer |

Check warning on line 137 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#L137

Did you really mean 'multichain'?
| `INDEXER_MULTICHAIN_SEARCH_DB_EXPORT_COUNTERS_QUEUE_INIT_QUERY_LIMIT` | Limit of the init query for processing the counters export queue to the Multichain DB. Implemented in [#13007](https://github.com/blockscout/blockscout/pull/13007). | Version: master<br />Default: `1000` <br />Applications: Indexer |

Check warning on line 138 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#L138

Did you really mean 'Multichain'?

## TAC Operation Lifecycle Service

Expand All @@ -137,7 +144,7 @@
| `MICROSERVICE_TAC_OPERATION_LIFECYCLE_URL` | TAC Operation Lifecycle Service API URL. Integration is enabled, if this variable value contains valid URL. Implemented in [#12367](https://github.com/blockscout/blockscout/pull/12367) | Version: v8.1.0\+ <br />Default: (empty) <br />Applications: API |
| `MICROSERVICE_TAC_OPERATION_LIFECYCLE_ENABLED` | If `false`, TAC Operation Lifecycle Service integration is disabled despite `MICROSERVICE_TAC_OPERATION_LIFECYCLE_URL`. Implemented in [#12367](https://github.com/blockscout/blockscout/pull/12367) | Version: v8.1.0\+ <br />Default: `true` <br />Applications: API |

## Sourcify

Check warning on line 147 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#L147

Did you really mean 'Sourcify'?

<Info>
Allows for contract verification via [Sourcify](https://sourcify.dev/)
Expand All @@ -145,21 +152,21 @@

| Variable | Description | Parameters |
| ------------------------------ | --------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `SOURCIFY_INTEGRATION_ENABLED` | Enables or disables verification of contracts through Sourcify. | Version: v5.1.3\+ <br />Default: `false` <br />Applications: API |

Check warning on line 155 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#L155

Did you really mean 'Sourcify'?
| `SOURCIFY_SERVER_URL` | URL to Sourcify backend. | Version: v3.7.0\+ <br />Default: `https://sourcify.dev/server` <br />Applications: API |

Check warning on line 156 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#L156

Did you really mean 'Sourcify'?
| `SOURCIFY_REPO_URL` | URL to Sourcify repository with fully verified contracts. | Version: v3.7.0\+ <br />Default: `https://repo.sourcify.dev/contracts/` Before v3.7.1: `https://repo.sourcify.dev/contracts/full_match/` <br />Applications: API |

Check warning on line 157 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#L157

Did you really mean 'Sourcify'?

## Tenderly

| Variable | Description | Parameters |
| --------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------- |
| `SHOW_TENDERLY_LINK` | if `true`, Open in Tenderly" button is displayed on the transaction page. Implemented in [#4656](https://github.com/blockscout/blockscout/pull/4656) | Version: v4.0.0\+ <br />Default: (empty) <br />Applications: API |
| `TENDERLY_CHAIN_PATH` | Chain path to the transaction in Tenderly. For instance, for transactions in xDai, Tenderly link looks like this `https://dashboard.tenderly.co/tx/xdai/0x...`, then `TENDERLY_CHAIN_PATH =/xdai.` Implemented in [#4656](https://github.com/blockscout/blockscout/pull/4656) | Version: v4.0.0\+ <br />Default: (empty) <br />Applications: API |

Check warning on line 164 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#L164

Did you really mean 'xDai'?

## Datadog

Check warning on line 166 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#L166

Did you really mean 'Datadog'?

<Info>
Integration with the Datadog monitoring and analytics tools

Check warning on line 169 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#L169

Did you really mean 'Datadog'?
</Info>

| Variable | Description | Parameters |
Expand All @@ -175,23 +182,23 @@

| Variable | Description | Parameters |
| ------------------------ | ---------------------------------------------------------------------------------------- | ----------------------------------------------------------- |
| `SPANDEX_BATCH_SIZE` | [Spandex](https://github.com/spandex-project/spandex) and Datadog configuration setting. | Version: all <br />Default: (empty) <br />Applications: API |

Check warning on line 185 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#L185

Did you really mean 'Datadog'?
| `SPANDEX_SYNC_THRESHOLD` | [Spandex](https://github.com/spandex-project/spandex) and Datadog configuration setting. | Version: all <br />Default: (empty) <br />Applications: API |

Check warning on line 186 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#L186

Did you really mean 'Datadog'?

## Analytics

<Info>
Variables for adding Mixpanel and/or amplitude for visitor analytics.

Check warning on line 191 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#L191

Did you really mean 'Mixpanel'?
</Info>

| Variable | Description | Parameters |
| ------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------ |
| `MIXPANEL_TOKEN` | [Mixpanel](https://mixpanel.com/) project token. | Needs Recompile: ☑️ Version: v5.0.0\+ <br />Default: (empty) <br />Applications: API |
| `MIXPANEL_URL` | Url to use Mixpanel with proxy ([Collection via Proxy](https://developer.mixpanel.com/docs/collection-via-a-proxy)). | Needs Recompile: ☑️ Version: v5.0.0\+ <br />Default: (empty) <br />Applications: API |

Check warning on line 197 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#L197

Did you really mean 'Mixpanel'?
| `AMPLITUDE_API_KEY` | [Amplitude](https://amplitude.com/) API key. | Needs Recompile: ☑️ Version: v5.0.0\+ <br />Default: (empty) <br />Applications: API |
| `AMPLITUDE_URL` | Url to use Amplitude with proxy ([Use Domain Proxy to Relay Events](https://www.docs.developers.amplitude.com/analytics/domain-proxy/)). | Needs Recompile: ☑️ Version: v5.0.0\+ <br />Default: (empty) <br />Applications: API |

## Solidityscan

Check warning on line 201 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#L201

Did you really mean 'Solidityscan'?

<Info>
Enables security scoring for smart contracts
Expand Down Expand Up @@ -231,10 +238,10 @@
| `MUD_DATABASE_URL` | MUD indexer DB connection URL. | Version: v6.6.0\+ <br />Default: value from `DATABASE_URL` <br />Applications: API |
| `MUD_POOL_SIZE` | MUD indexer DB `pool_size` | Version: v6.6.0\+ <br />Default: `50` <br />Applications: API |

## Xname app

Check warning on line 241 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#L241

Did you really mean 'Xname'?

<Info>
Enables Xname app integration, which includes humanity score displayment.

Check warning on line 244 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#L244

Did you really mean 'Xname'?

Check warning on line 244 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#L244

Did you really mean 'displayment'?
</Info>

| Variable | Description | Parameters |
Expand Down