v1.24.0
π¨ Changes in ENV variables
- #1550 - added optional
logo
field toNEXT_PUBLIC_NETWORK_EXPLORERS
array item - #1599 - refactor ENVs related to rollups
NEXT_PUBLIC_IS_OPTIMISTIC_L2_NETWORK
andNEXT_PUBLIC_IS_ZKEVM_L2_NETWORK
replaced byNEXT_PUBLIC_ROLLUP_TYPE
NEXT_PUBLIC_OPTIMISTIC_L2_WITHDRAWAL_URL
renamed toNEXT_PUBLIC_ROLLUP_L2_WITHDRAWAL_URL
NEXT_PUBLIC_L1_BASE_URL
renamed toNEXT_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
- typo fix by @isstuev in #1554
- Unify rollups routes by @tom2drum in #1547
- explorers links design fixes by @isstuev in #1550
- token id can be null by @isstuev in #1558
- Minor layout fixes by @tom2drum in #1561
- fix(tx): when txReceipt.effectiveGasPrice is nill can't call txReceipt.effectiveGasPrice.toString() by @luchenqun in #1571
- remove unnecessary focus by @isstuev in #1567
- fix svg fullscreen by @isstuev in #1562
- add domain type to tx interpretation by @isstuev in #1553
- hotfix: fix error in degraded views when no RPC URL provided by @tom2drum in #1583
- test-fixes by @isstuev in #1591
- Do not send user operations API requests, if NEXT_PUBLIC_HAS_USER_OPS is not enabled by @tom2drum in #1592
- Fix categories by @maxaleks in #1594
- check template summary by @isstuev in #1585
- Run only affected test in PRs by @tom2drum in #1565
- Refactor rollup features by @tom2drum in #1599
- Missing checksum on address page and read contract page by @tom2drum in #1600
- OG description bug for NFT instances by @tom2drum in #1601
- Case: One button in a title (private/public tag) by @tom2drum in #1593
- add hype provider by @isstuev in #1469
- Interpretation UI update by @isstuev in #1604
- remove dynamic truncation from tables by @isstuev in #1577
- Graceful service degradation: address page by @tom2drum in #1580
- remove epoch by @isstuev in #1607
- Fix minor typo by @omahs in #1608
- Add swap button by @maxaleks in #1569
- Fetch dapps from admin service by @maxaleks in #1581
- Add suggest ideas button by @maxaleks in #1597
New Contributors
- @luchenqun made their first contribution in #1571
Full Changelog: v1.23.3...v1.24.0