Skip to content

Commit d94d272

Browse files
committed
Add Celo envs for accounts concurrency and batch size
1 parent 5e1266a commit d94d272

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

setup/env-variables/backend-envs-chain-specific.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -280,8 +280,10 @@ Supported together with setting `CHAIN_TYPE=celo`
280280
| `CELO_UNRELEASED_TREASURY_CONTRACT` | The address[^1] of the `CeloUnreleasedTreasury` core contract. Implemented in [#12373](https://github.com/blockscout/blockscout/pull/12373). | <p>Version: v9.0.0+<br>Default: (empty)<br>Applications: Indexer</p> |
281281
| `CELO_VALIDATORS_CONTRACT` | The address[^1] of the `Validators` core contract. Implemented in [#12373](https://github.com/blockscout/blockscout/pull/12373). | <p>Version: v9.0.0+<br>Default: (empty)<br>Applications: Indexer</p> |
282282
| `CELO_EPOCH_MANAGER_CONTRACT` | The address[^1] of the `EpochManager` core contract. Implemented in [#12373](https://github.com/blockscout/blockscout/pull/12373). | <p>Version: v9.0.0+<br>Default: (empty)<br>Applications: Indexer</p> |
283-
| `CELO_LOCKED_GOLD_CONTRACT` | The address[^1] of the `LockedGold` core contract. Implemented in [#12893](https://github.com/blockscout/blockscout/pull/12893). | <p>Version: v9.0.0+<br>Default: (empty)<br>Applications: Indexer</p> |
284-
| `CELO_ACCOUNTS_CONTRACT` | The address[^1] of the `Accounts` core contract. Implemented in [#12893](https://github.com/blockscout/blockscout/pull/12893). | <p>Version: v9.0.0+<br>Default: (empty)<br>Applications: Indexer</p> |
283+
| `CELO_LOCKED_GOLD_CONTRACT` | The address[^1] of the `LockedGold` core contract. Implemented in [#12893](https://github.com/blockscout/blockscout/pull/12893). | <p>Version: master<br>Default: (empty)<br>Applications: Indexer</p> |
284+
| `CELO_ACCOUNTS_CONTRACT` | The address[^1] of the `Accounts` core contract. Implemented in [#12893](https://github.com/blockscout/blockscout/pull/12893). | <p>Version: master<br>Default: (empty)<br>Applications: Indexer</p> |
285+
| `INDEXER_CELO_ACCOUNTS_CONCURRENCY` | Sets the maximum number of concurrent requests for fetching Celo accounts. | <p>Version: master<br>Default: `1`<br>Applications: Indexer</p> |
286+
| `INDEXER_CELO_ACCOUNTS_BATCH_SIZE` | Specifies the number of account addresses processed per batch during fetching. | <p>Version: master<br>Default: `100`<br>Applications: Indexer</p> |
285287

286288

287289
[^1]: See the [Core Contracts](https://docs.celo.org/contracts/core-contracts) section of Celo docs to find relevant deployed contract address.

0 commit comments

Comments
 (0)