Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update env-variables.md for #7513 #158

Merged
merged 1 commit into from
May 26, 2023
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
2 changes: 1 addition & 1 deletion for-developers/information-and-settings/env-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ This table is horizontally scrollable, version information is located in the las
| `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). | 0xC36442b4a4522E871399CD717aBDD847Ab11FE88 | v5.1.4+ |
| `INDEXER_CATCHUP_MISSING_RANGES_BATCH_SIZE` | | Batch size for missing ranges collector. Implemented in [#6583](https://github.com/blockscout/blockscout/pull/6583). | 100000 | v5.0.0+ |
| `MIN_MISSING_BLOCK_NUMBER_BATCH_SIZE` | | Batch size for min missing block number updater. Implemented in [#6583](https://github.com/blockscout/blockscout/pull/6583). | 100000 | v5.0.0+ |
| `INDEXER_INTERNAL_TRANSACTIONS_TRACER_TYPE` | | Tracer type for `debug_traceTransaction` request for geth-like nodes. Possible values are: `js` to use custom Blockscout js tracer, `call_tracer` to use built-in `callTracer` geth tracer. Implemented in [#6721](https://github.com/blockscout/blockscout/pull/6721) | `call_tracer` | v5.1.0+ |
| `INDEXER_INTERNAL_TRANSACTIONS_TRACER_TYPE` | | Tracer type for `debug_traceTransaction` request for geth-like nodes. Possible values are: `js` to use custom Blockscout js tracer, `call_tracer` to use built-in `callTracer` geth tracer, `opcode` to use built-in `Struct/opcode logger` geth tracer, `polygon_edge` to work with Polygon edge nodes. Implemented in [#6721](https://github.com/blockscout/blockscout/pull/6721), [#7513](https://github.com/blockscout/blockscout/pull/7513) | `call_tracer` | v5.1.0+ |
| `INDEXER_TOKEN_INSTANCE_RETRY_REFETCH_INTERVAL` | | Interval between attempts to fetch token instance metadata. [Time format](env-variables.md#time-format). Implemented in [#7286](https://github.com/blockscout/blockscout/pull/7286). | `24h` | v5.1.4+ |
| `INDEXER_TOKEN_INSTANCE_RETRY_CONCURRENCY` | | Concurrency for `retry` token instance fetcher. Implemented in [#7286](https://github.com/blockscout/blockscout/pull/7286). | 10 | v5.1.4+ |
| `INDEXER_TOKEN_INSTANCE_REALTIME_CONCURRENCY` | | Concurrency for `realtime` token instance fetcher. Implemented in [#7286](https://github.com/blockscout/blockscout/pull/7286). | 10 | v5.1.4+ |
Expand Down