You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: setup/env-variables/backend-envs-chain-specific.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -280,8 +280,10 @@ Supported together with setting `CHAIN_TYPE=celo`
280
280
|`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> |
281
281
|`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> |
282
282
|`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> |
285
287
286
288
287
289
[^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