v1.28.0
🚨 Changes in ENV variables
- #1747: Added
NEXT_PUBLIC_AD_BANNER_ADDITIONAL_PROVIDER
with one possible value, "adbutler," to specify the second ad banner provider. - #1751: Replaced
NEXT_PUBLIC_VIEWS_TX_HIDDEN_VIEWS
withNEXT_PUBLIC_DATA_AVAILABILITY_ENABLED
to display views related to transaction blobs. - #1743: Added a new value, "zkSync," to the
NEXT_PUBLIC_ROLLUP_TYPE
variable. - #1709: Added
NEXT_PUBLIC_MARKETPLACE_SECURITY_REPORTS_URL
for configuring dApps security scores.
What's Changed
- update
web3modal
to v4 by @tom2drum in #1731 - chore: fix typos by @xiaoxianBoy in #1739
- Noves integration by @juanlenoves in #1398
- hide login page if no proxy needed by @isstuev in #1748
- Add AdButler as an additional ad provider by @isstuev in #1747
- change ENV for blob txs by @tom2drum in #1751
- zkSync batches by @tom2drum in #1743
- Dapps security score by @maxaleks in #1709
- Upgrade
dappscout-iframe
by @maxaleks in #1746 - Add support of ERC-404 type by @isstuev in #1735
- Playwright tests refactoring, pt.1 by @tom2drum in #1744
- Numbers over 16(?) digits are rounded in contract method fields by @tom2drum in #1761
- User settings for address icons type by @tom2drum in #1763
New Contributors
- @xiaoxianBoy made their first contribution in #1739
- @juanlenoves made their first contribution in #1398
Full Changelog: v1.27.0...v1.28.0