Skip to content

v1.24.0

Compare
Choose a tag to compare
@tom2drum tom2drum released this 13 Feb 15:20

🚨 Changes in ENV variables

  • #1550 - added optional logo field to NEXT_PUBLIC_NETWORK_EXPLORERS array item
  • #1599 - refactor ENVs related to rollups
    • NEXT_PUBLIC_IS_OPTIMISTIC_L2_NETWORK and NEXT_PUBLIC_IS_ZKEVM_L2_NETWORK replaced by NEXT_PUBLIC_ROLLUP_TYPE
    • NEXT_PUBLIC_OPTIMISTIC_L2_WITHDRAWAL_URL renamed to NEXT_PUBLIC_ROLLUP_L2_WITHDRAWAL_URL
    • NEXT_PUBLIC_L1_BASE_URL renamed to NEXT_PUBLIC_ROLLUP_L1_BASE_URL
    • see full list of deprecated ENVs here
  • #1469 - added "hype" to the list of ads banner providers NEXT_PUBLIC_AD_BANNER_PROVIDER
  • #1569 - added a new ENV variable NEXT_PUBLIC_SWAP_BUTTON_URL for displaying swap button in the top bar
  • #1597 - added a new EVN variable NEXT_PUBLIC_MARKETPLACE_SUGGEST_IDEAS_FORM for displaying "Suggest idea" button on marketplace page

To see full list of the ENV please refer to the file - https://github.com/blockscout/frontend/blob/v1.24.0/docs/ENVS.md

What's Changed

New Contributors

Full Changelog: v1.23.3...v1.24.0