Skip to content

Commit be2d998

Browse files
authored
Merge pull request #69 from blockscout/np-hot-contracts
Add env for hot contracts
2 parents 2e33069 + 7df2176 commit be2d998

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup/env-variables/backend-env-variables.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@ Can be set in format `1h` for 1 hour, `1m` for 1 minute, `1s` or `1` for 1 secon
265265
| `INDEXER_TX_ACTIONS_REINDEX_PROTOCOLS` | Comma-separated names of protocols which should be indexed or reindexed on historical blocks defined by the range. Example: `uniswap_v3,zkbob` - only these protocols will be indexed or reindexed for the defined block range. If the value is an empty string (or not defined), all supported protocols will be indexed/reindexed. This option is not applicable to `realtime` and `catchup` fetchers (it always indexes all supported protocols). Implemented in [#6582](https://github.com/blockscout/blockscout/pull/6582). | Version: v5.1.0\+ <br />Default: (empty) <br />Applications: Indexer |
266266
| `INDEXER_TX_ACTIONS_UNISWAP_V3_FACTORY_CONTRACT` | UniswapV3Factory contract address. Implemented in [#7312](https://github.com/blockscout/blockscout/pull/7312). | Version: v5.1.4\+ <br />Default: `0x1F98431c8aD98523631AE4a59f267346ea31F984` <br />Applications: Indexer |
267267
| `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). | Version: v5.1.4\+ <br />Default: `0xC36442b4a4522E871399CD717aBDD847Ab11FE88` <br />Applications: Indexer |
268+
| `INDEXER_DISABLE_HOT_SMART_CONTRACTS_FETCHER` | If true `Indexer.Fetcher.Stats.HotSmartContracts` won't be started. Implemented in [#13471](https://github.com/blockscout/blockscout/pull/13471). | Version: master <br />Default: `false` <br />Applications: Indexer |
268269

269270
## DB Migrations & Sanitizer Management
270271

0 commit comments

Comments
 (0)