Skip to content

v1.35.0-alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@tom2drum tom2drum released this 27 Sep 15:23
10e5e93

πŸš€ New Features

πŸ› Bug Fixes

  • Fix the "Scroll to active tab" behavior on mobile devices by @tom2drum in #2214
  • Favicon generator: escape special characters in master url by @tom2drum in #2225
  • Long Call field value in Decoded input data breaks adaptive UI on mobile by @tom2drum in #2239
  • Display checksum-ed addresses by @tom2drum in #2240
  • Pass the file path when verifying a multi-part contract by @tom2drum in #2208
  • Arbitrum: handle case with partial data in latest deposits on main page by @tom2drum in #2244

πŸ“¦ Dependencies updates

🎨 Design updates

✨ Other Changes

🚨 Changes in ENV variables

  • #2199: NEXT_PUBLIC_HOMEPAGE_PLATE_TEXT_COLOR and NEXT_PUBLIC_HOMEPAGE_PLATE_BACKGROUND are now deprecated and replaced by NEXT_PUBLIC_HOMEPAGE_HERO_BANNER_CONFIG. Old variables will be removed in the future release. Consider to use the following migration template NEXT_PUBLIC_HOMEPAGE_HERO_BANNER_CONFIG={'background':['<my-background>'],'text_color':['<my-text-color>']}
  • #2199: Added NEXT_PUBLIC_FONT_FAMILY_HEADING and NEXT_PUBLIC_FONT_FAMILY_BODY to customize the typefaces used in the app.
  • #2221: Removed the NEXT_PUBLIC_HOMEPAGE_SHOW_AVG_BLOCK_TIME variable and added NEXT_PUBLIC_HOMEPAGE_STATS to configure the stats widgets on the homepage. For most chains, the new variable should not be passed by default, except for the Celo and Rootstock chains. You can find the new ENV values for them here
  • #2205: Added NEXT_PUBLIC_SAVE_ON_GAS_ENABLED to enable "Save on gas with GasHawk" button.
  • #2253: Added blackfort option to NEXT_PUBLIC_VALIDATORS_CHAIN_TYPE variable
  • #2263: Added NEXT_PUBLIC_ADDRESS_USERNAME_TAG to add a custom username tag on the address page

Full list of the ENV variables: v1.2.3

πŸ¦„ New Contributors


Full Changelog: v1.34.2...v1.35.0-alpha