diff --git a/setup/env-variables/backend-envs-chain-specific.md b/setup/env-variables/backend-envs-chain-specific.md
index 5838c99d..f657c60b 100644
--- a/setup/env-variables/backend-envs-chain-specific.md
+++ b/setup/env-variables/backend-envs-chain-specific.md
@@ -249,7 +249,7 @@ Supported together with setting `CHAIN_TYPE=filecoin`
| `FILECOIN_NETWORK_PREFIX` | Specifies the expected network prefix for Filecoin addresses. For more details, refer to the [Filecoin Spec](https://spec.filecoin.io/appendix/address/#section-appendix.address.network-prefix). Available values: `f` (for the mainnet), `t` (for testnets). Implemented in [#10468](https://github.com/blockscout/blockscout/pull/10468). |
Version: v6.9.0+
Default: f
Applications: API, Indexer
|
| `BERYX_API_TOKEN` | [Beryx API](https://docs.zondax.ch/beryx-api) token, used for retrieving Filecoin native addressing information. Implemented in [#10468](https://github.com/blockscout/blockscout/pull/10468). | Required: ✅
Version: v6.9.0+
Default: (empty)
Applications: Indexer
|
| `BERYX_API_BASE_URL` | [Beryx API](https://docs.zondax.ch/beryx-api) base URL. Implemented in [#10468](https://github.com/blockscout/blockscout/pull/10468). | Version: v6.9.0+
Default: https://api.zondax.ch/fil/data/v3/mainnet
Applications: Indexer
|
-| `FILFOX_API_BASE_URL` | [Filfox API](https://filfox.info/api/v1/docs/static/index.html) base URL. Implemented in [#11412](https://github.com/blockscout/blockscout/pull/11412). | Version: master
Default: https://api.zondax.ch/fil/data/v3/mainnet
Applications: Indexer
|
+| `FILFOX_API_BASE_URL` | [Filfox API](https://filfox.info/api/v1/docs/static/index.html) base URL. Implemented in [#11412](https://github.com/blockscout/blockscout/pull/11412). | Version: master
Default: https://filfox.info/api/v1
Applications: Indexer
|
| `INDEXER_DISABLE_FILECOIN_ADDRESS_INFO_FETCHER` | When set to `true`, Filecoin native addressing information will not be fetched, but addresses pending fetch will still be recorded in the database. Implemented in [#10468](https://github.com/blockscout/blockscout/pull/10468). | Version: v6.9.0+
Default: false
Applications: Indexer
|
| `INDEXER_FILECOIN_ADDRESS_INFO_CONCURRENCY` | Sets the maximum number of concurrent requests made to fetch Filecoin native addressing information. Implemented in [#10468](https://github.com/blockscout/blockscout/pull/10468). | Version: v6.9.0+
Default: 1
Applications: Indexer
|
| `FILECOIN_PENDING_ADDRESS_OPERATIONS_MIGRATION_BATCH_SIZE` | Specifies the number of address records processed per batch during the backfill of pending address fetch operations. Implemented in [#10468](https://github.com/blockscout/blockscout/pull/10468). | Version: v6.9.0+
Default: 100
Applications: Indexer
|