v1.35.0
π New Features
- OP roll-ups: Batch view and DA fields by @tom2drum in #2210
- Hero banner: more customizations by @tom2drum in #2199
- Public tags: dedicated tag page by @tom2drum in #2217
- Home page stats config by @tom2drum in #2221
- Display proxy pattern info on contract page by @tom2drum in #2230
- GasHawk integration by @tom2drum in #2232
- Add blackfort validators by @isstuev in #2253
- Fix args length and optional nested arrays in contract method form by @tom2drum in #2272
- Stats section updates by @isstuev in #2022
- Zora: implement custom tag by @isstuev in #2263
π 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 inDecoded 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
- Bump micromatch from 4.0.5 to 4.0.8 by @dependabot in #2223
- Bump webpack from 5.93.0 to 5.94.0 in /theme by @dependabot in #2224
- Bump axios from 1.6.2 to 1.7.7 by @dependabot in #2226
- Bump micromatch from 4.0.7 to 4.0.8 in /theme by @dependabot in #2227
- Bump path-to-regexp from 6.2.1 to 8.1.0 by @dependabot in #2228
- Bump up packages versions by @tom2drum in #2229
- Up nextjs version by @isstuev in #2259
- Bump Playwright to v1.47.2 by @tom2drum in #2269
π¨ Design updates
- Stats Update: secondary token icon by @tom2drum in #2206
- Tx interpretation: change margins between elements by @tom2drum in #2241
β¨ Other Changes
- Clear search bar on page transition by @tom2drum in #2212
- NFT collection view: play video on tile hover by @tom2drum in #2202
- Next.js compliant command for production builds by @omnus in #2219
- Support new CSV export limit in the UI by @tom2drum in #2237
π¨ Changes in ENV variables
- #2199:
NEXT_PUBLIC_HOMEPAGE_PLATE_TEXT_COLOR
andNEXT_PUBLIC_HOMEPAGE_PLATE_BACKGROUND
are now deprecated and replaced byNEXT_PUBLIC_HOMEPAGE_HERO_BANNER_CONFIG
. Old variables will be removed in the future release. Consider to use the following migration templateNEXT_PUBLIC_HOMEPAGE_HERO_BANNER_CONFIG={'background':['<my-background>'],'text_color':['<my-text-color>']}
- #2199: Added
NEXT_PUBLIC_FONT_FAMILY_HEADING
andNEXT_PUBLIC_FONT_FAMILY_BODY
to customize the typefaces used in the app. - #2221: Removed the
NEXT_PUBLIC_HOMEPAGE_SHOW_AVG_BLOCK_TIME
variable and addedNEXT_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 toNEXT_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.35.0
π¦ New Contributors
Full Changelog: v1.34.2...v1.35.0