Skip to content

v2.4.0

Choose a tag to compare

@tom2drum tom2drum released this 17 Oct 16:42
· 62 commits to main since this release
88a48b2

🚀 New features

🐛 Bug fixes

📦 Dependencies updates

🎨 Design updates

🛠️ DX & tooling

✨ Other changes

🚨 Changes in ENV variables

  • #2982 - Removed the following environment variables from the code because they are no longer supported:
    • NEXT_PUBLIC_ROLLUP_PARENT_CHAIN_NAME
    • NEXT_PUBLIC_SENTRY_DSN
    • SENTRY_CSP_REPORT_URI
    • NEXT_PUBLIC_SENTRY_ENABLE_TRACING
    • NEXT_PUBLIC_AUTH0_CLIENT_ID
    • NEXT_PUBLIC_AUTH_URL
    • NEXT_PUBLIC_LOGOUT_URL
    • NEXT_PUBLIC_RE_CAPTCHA_V3_APP_SITE_KEY
    • NEXT_PUBLIC_HOMEPAGE_PLATE_TEXT_COLOR
    • NEXT_PUBLIC_HOMEPAGE_PLATE_BACKGROUND
  • #2998 - Changed default value of NEXT_PUBLIC_VIEWS_ADDRESS_IDENTICON_TYPE variable to blockie
  • #2994 - Added NEXT_PUBLIC_CLUSTERS_API_HOST and NEXT_PUBLIC_CLUSTERS_CDN_URL to configure Clusters name service feature
  • #2997 - Added NEXT_PUBLIC_VIEWS_BLOCK_PENDING_UPDATE_ALERT_ENABLED to enable indication of the incomplete data for the re-indexing block
  • #2968 - Added NEXT_PUBLIC_MEGA_ETH_SOCKET_URL_METRICS to display information on the uptime dashboard page
  • #3005
    • Added NEXT_PUBLIC_AD_BANNER_ENABLE_SPECIFY to enable Specify ad provider for users with connected wallet
    • Removed hype option from NEXT_PUBLIC_AD_BANNER_PROVIDER variable values
  • #3027 - Added a new value, stylus_rust, to the list of possible array elements for the NEXT_PUBLIC_VIEWS_CONTRACT_LANGUAGE_FILTERS variable.
  • #3024 - Added NEXT_PUBLIC_MEGA_ETH_SOCKET_URL_RPC to display mini-blocks data on MegaETH networks
  • #3026 - Added NEXT_PUBLIC_MARKETPLACE_ESSENTIAL_DAPPS_CONFIG to enable the display of essential dapps
  • #3079 - The variable NEXT_PUBLIC_CELO_NATIVE_TOKEN_ADDRESS has been renamed to NEXT_PUBLIC_VIEWS_ADDRESS_NATIVE_TOKEN_ADDRESS.
  • #3079 - Added NEXT_PUBLIC_HIDE_NATIVE_COIN_PRICE variable to hide native coin price in the top bar.

Full list of the ENV variables: v2.4.0

💑 Compatibility

From this version onward, the app is compatible only with the following API versions:

Service Version
Blockscout API v9.2.0

🦄 New contributors


Full Changelog: v2.3.5...v2.4.0