v1.29.0
🚨 Changes in ENV variables
- #1783 - Added
NEXT_PUBLIC_STATS_API_BASE_PATH
andNEXT_PUBLIC_VISUALIZE_API_BASE_PATH
, which allows one to set base path for the stats or visualize api endpoints. - #1785 - Added
NEXT_PUBLIC_MARKETPLACE_FEATURED_APP
,NEXT_PUBLIC_MARKETPLACE_BANNER_CONTENT_URL
,NEXT_PUBLIC_MARKETPLACE_BANNER_LINK_URL
to configure promo banner on dApps page - #1806 - Added
NEXT_PUBLIC_OG_ENHANCED_DATA_ENABLED
to enrich OG page metadata with API data - #1796 - Renamed the variable
NEXT_PUBLIC_NETWORK_GOVERNANCE_TOKEN_SYMBOL
toNEXT_PUBLIC_NETWORK_SECONDARY_COIN_SYMBOL
and added new valuesecondary_coin_price
toNEXT_PUBLIC_HOMEPAGE_CHARTS
variable
What's Changed
- Design updates by @tom2drum in #1767
- Add url base path for stats api and visualizer api endpoints in the env by @tushar994 in #1783
- Hotfix for Noves integration error with undefined addresses by @juanlenoves in #1803
- URL previews don't work on X (Twitter) by @tom2drum in #1792
- Trust 422 from api for invalid params by @tom2drum in #1793
- fix internal tx keys by @isstuev in #1813
- custom claim funds link for optimistic rollups by @isstuev in #1811
- adblock detect improvement by @isstuev in #1773
- Add tooltip on contracts license type by @isstuev in #1801
- coin balance history chart new type and custom empty text by @isstuev in #1800
- show block and tx blob tabs only if NEXT_PUBLIC_DATA_AVAILABILITY_ENA… by @isstuev in #1807
- Add tips to score, explorers, domains by @isstuev in #1805
- Marketplace changes by @maxaleks in #1788
- Marketplace banner by @maxaleks in #1785
- Adjust NFT token title by @tom2drum in #1797
- Enhance OG tags with API data by @tom2drum in #1806
- Fix gas tracker time when backend returns 0 by @tom2drum in #1819
- Fix marketplace banner by @maxaleks in #1825
- change horizontal paddings for tags by @tom2drum in #1824
- Address tabs loading by @isstuev in #1823
- Stats Update by @tom2drum in #1796
- ENVs preset for deploy demo workflow by @tom2drum in #1829
- Support ens_domain search result type by @isstuev in #1809
- Rework marketplace app header and tooltips by @maxaleks in #1822
- Playwright tests refactoring, pt.2 by @tom2drum in #1787
- Addresses not rendered in token actions on Transaction page (Firefox) by @tom2drum in #1832
- configure blob txs in block details by @isstuev in #1840
- hide tabs menu when loading by @isstuev in #1844
- change license tooltip text by @isstuev in #1846
- Fixes for release v1.29.0 by @tom2drum in #1837
New Contributors
- @tushar994 made their first contribution in #1783
Full Changelog: v1.28.1...v1.29.0