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
|`CELO_CORE_CONTRACTS`| JSON dictionary containing the addresses and metadata of core CELO network contracts. Read detailed description down below. Implemented in [#9713](https://github.com/blockscout/blockscout/pull/9713). | Version: v6.8.0+ <br />Default: (empty) <br />Applications: API, Indexer |
278
-
|`CELO_L2_MIGRATION_BLOCK`| Specifies the block number at which Celo transitioned from L1 to L2, disabling legacy L1 mechanisms (e.g., L1 epochs, old precompiles) once the migration block is indexed. Implemented in [#11949](https://github.com/blockscout/blockscout/pull/11949). | Version: v8.0.0+ <br />Applications: API, Indexer |
278
+
|`CELO_L2_MIGRATION_BLOCK`| Specifies the block number at which Celo transitioned from L1 to L2, disabling legacy L1 mechanisms (e.g., L1 epochs, old precompiles) once the migration block is indexed. Implemented in [#11949](https://github.com/blockscout/blockscout/pull/11949). | Version: v8.0.0+ <br />Applications: API, Indexer |
279
279
|`INDEXER_DISABLE_CELO_EPOCH_FETCHER`| If set to `true`, the epoch rewards fetcher will not be started. However, epoch blocks pending to fetch will still be imported into the database. Implemented in [#9944](https://github.com/blockscout/blockscout/pull/9944). | Version: v6.8.0+ <br />Default: `false` <br />Applications: Indexer |
280
280
|`INDEXER_DISABLE_CELO_VALIDATOR_GROUP_VOTES_FETCHER`| If set to `true`, the validator group votes fetcher will not be started. Implemented in [#10673](https://github.com/blockscout/blockscout/pull/10673). | Version: v6.9.0+ <br />Default: `false` <br />Applications: Indexer |
281
281
|`INDEXER_CELO_VALIDATOR_GROUP_VOTES_BATCH_SIZE`| Specifies the block range size for the `eth_getLogs` request, determining the number of blocks included between `toBlock` and `fromBlock`. Implemented in [#9944](https://github.com/blockscout/blockscout/pull/9944). | Version: v6.8.0+ <br />Default: `200000` <br />Applications: Indexer |
282
-
|`CELO_UNRELEASED_TREASURY_CONTRACT`| The address of the `CeloUnreleasedTreasury` core contract. Implemented in [#12373](https://github.com/blockscout/blockscout/pull/12373). | Version: master+ <br />Default: (empty) <br />Applications: Indexer |
283
-
|`CELO_VALIDATORS_CONTRACT`| The address of the `Validators` core contract. Implemented in [#12373](https://github.com/blockscout/blockscout/pull/12373). | Version: master+ <br />Default: (empty) <br />Applications: Indexer |
284
-
|`CELO_EPOCH_MANAGER_CONTRACT`| The address of the `EpochManager` core contract. Implemented in [#12373](https://github.com/blockscout/blockscout/pull/12373). | Version: master+ <br />Default: (empty) <br />Applications: Indexer |
282
+
|`CELO_UNRELEASED_TREASURY_CONTRACT`| The address of the `CeloUnreleasedTreasury` core contract. Implemented in [#12373](https://github.com/blockscout/blockscout/pull/12373). | Version: master <br />Default: (empty) <br />Applications: Indexer |
283
+
|`CELO_VALIDATORS_CONTRACT`| The address of the `Validators` core contract. Implemented in [#12373](https://github.com/blockscout/blockscout/pull/12373). | Version: master <br />Default: (empty) <br />Applications: Indexer |
284
+
|`CELO_EPOCH_MANAGER_CONTRACT`| The address of the `EpochManager` core contract. Implemented in [#12373](https://github.com/blockscout/blockscout/pull/12373). | Version: master <br />Default: (empty) <br />Applications: Indexer |
285
+
|`CELO_LOCKED_GOLD_CONTRACT`| The address of the `LockedGold` core contract. Implemented in [#12893](https://github.com/blockscout/blockscout/pull/12893). | Version: master <br />Default: (empty)<br />Applications: Indexer |
286
+
|`CELO_ACCOUNTS_CONTRACT`| The address of the `Accounts` core contract. Implemented in [#12893](https://github.com/blockscout/blockscout/pull/12893). | Version: master <br />Default: (empty)<br />Applications: Indexer |
287
+
|`INDEXER_CELO_ACCOUNTS_CONCURRENCY`| Sets the maximum number of concurrent requests for fetching Celo accounts. | Version: master <br />Default: `1`<br />Applications: Indexer |
288
+
|`INDEXER_CELO_ACCOUNTS_BATCH_SIZE`| Specifies the number of account addresses processed per batch during fetching. | Version: master <br />Default: `100`<br />Applications: Indexer |
285
289
286
290
<Accordiontitle="Details on `CELO_CORE_CONTRACTS`">
287
291
The CELO network includes several core contracts that are central to its operation. These core contracts manage various aspects of the Celo network, including its stablecoins, governance, identity, and more.
@@ -334,4 +338,4 @@ Supported together with setting `CHAIN_TYPE=blackfort`
|`BLACKFORT_VALIDATOR_API_URL`| Variable to define the URL of the Blackfort Validator API. Implemented in [#10744](https://github.com/blockscout/blockscout/pull/10744). | Version: v6.9.0+ <br />Default: (empty) <br />Applications: API, Indexer |
341
+
|`BLACKFORT_VALIDATOR_API_URL`| Variable to define the URL of the Blackfort Validator API. Implemented in [#10744](https://github.com/blockscout/blockscout/pull/10744). | Version: v6.9.0+ <br />Default: (empty) <br />Applications: API, Indexer |
0 commit comments