Scroll Horizontally to view all information

Deprecated environment variables

VariableTypeDescriptionCompulsorinessDefault valueExample valueIntroduced in versionDeprecated in versionComment
NEXT_PUBLIC_FAVICON_GENERATOR_API_KEYstringRealFaviconGenerator API keyRequired-<your-secret>v1.11.0v1.16.0Replaced FAVICON_GENERATOR_API_KEY
FAVICON_GENERATOR_API_KEYstringRealFaviconGenerator API keyRequired-<your-secret>v1.16.0+v1.37.0We don’t use RealFaviconGenerator anymore
NEXT_PUBLIC_IS_OPTIMISTIC_L2_NETWORKbooleanSet to true for optimistic L2 solutionsRequired-truev1.17.0v1.24.0Replaced by NEXT_PUBLIC_ROLLUP_TYPE
NEXT_PUBLIC_IS_ZKEVM_L2_NETWORKbooleanSet to true for zkevm L2 solutionsRequired-truev1.17.0v1.24.0Replaced by NEXT_PUBLIC_ROLLUP_TYPE
NEXT_PUBLIC_OPTIMISTIC_L2_WITHDRAWAL_URLstringURL for optimistic L2 -> L1 withdrawalsRequired-https://app.optimism.io/bridge/withdrawv1.17.0v1.24.0Renamed to NEXT_PUBLIC_ROLLUP_L2_WITHDRAWAL_URL
NEXT_PUBLIC_L1_BASE_URLstringBlockscout base URL for L1 networkRequired-'http://eth-goerli.blockscout.com'-v1.24.0Renamed to NEXT_PUBLIC_ROLLUP_L1_BASE_URL
NEXT_PUBLIC_HOMEPAGE_SHOW_GAS_TRACKERbooleanSet to false if network doesn’t have gas tracker-truefalse-v1.25.0Replaced by NEXT_PUBLIC_GAS_TRACKER_ENABLED
NEXT_PUBLIC_NETWORK_GOVERNANCE_TOKEN_SYMBOLstringNetwork governance token symbol--GNOv1.12.0v1.29.0Replaced by NEXT_PUBLIC_NETWORK_SECONDARY_COIN_SYMBOL
NEXT_PUBLIC_SWAP_BUTTON_URLstringApplication ID in the marketplace or website URL--uniswapv1.24.0v1.31.0Replaced by NEXT_PUBLIC_DEFI_DROPDOWN_ITEMS
NEXT_PUBLIC_HOMEPAGE_SHOW_AVG_BLOCK_TIMEbooleanSet to false if average block time is useless for the network-truefalsev1.0.x+v1.35.0Replaced by NEXT_PUBLIC_HOMEPAGE_STATS
NEXT_PUBLIC_CELO_L2_UPGRADE_BLOCKnumberIndicates the block number when the Celo-type chain transitioned to L2. This is used to display links to the Epoch block page from a regular block page.--26369280v1.37.0+v2.2.0Removed; configuration done on the API side
NEXT_PUBLIC_NAVIGATION_HIDDEN_LINKSArray<LinkId>List of external links hidden in the navigation. Supported ids are eth_rpc_api, rpc_api--['eth_rpc_api']v1.16.0+v2.3.0Use NEXT_PUBLIC_API_DOCS_TABS instead to hide tabs on the API docs page.