v1.26.0
🚨 Changes in ENV variables
- In #1654 added
NEXT_PUBLIC_SAFE_TX_SERVICE_URL
to explicitly define the Safe API endpoint - In #1672 added
NEXT_PUBLIC_VIEWS_TX_HIDDEN_VIEWS
variable to manage the visibility of tx views (e.g. Blob txs tab on Transaction page). - In #1637 added
NEXT_PUBLIC_METASUITES_ENABLED
variable to enable MetaSuites integration
See full list of the ENV variables here
What's Changed
- typo: incorrect yarn dev preset command by @ryanpwaldon in #1636
- Not possible to remove address filter in token inventory for an address with no NFTs by @tom2drum in #1640
- OG description bug for NFT instances by @tom2drum in #1641
- fix navigation reset by @isstuev in #1642
- Display arrays of structs on Read/Write contract tabs by @tom2drum in #1556
- Fix initial dapp sorting by @maxaleks in #1649
- fixes for no miner by @isstuev in #1658
- Add a top bar to the dapp page by @maxaleks in #1635
- Add mixpanel events to operations in dapps by @maxaleks in #1639
- Upgrade
dappscout-iframe
package by @maxaleks in #1667 - Marketplace PW tests by @maxaleks in #1663
- Add a decimal part to the Market cap graph value and handle null values by @tom2drum in #1643
- truncate domain in domains popup by @tom2drum in #1645
- Update Safe wallets networks config by @tom2drum in #1654
- improve perf of highlighting same address in lists by @tom2drum in #1662
- Contract: License by @tom2drum in #1668
- Fix message shown when there are no deposits on L2 by @illuque in #1665
- fix typo by @isstuev in #1679
- Handle undefined timestamp for zkEVM batch by @tom2drum in #1680
- Add fallback to 'image_url' if 'animation_url' is invalid for NFT instance by @tom2drum in #1670
- Add Blobs support (EIP-4884) by @tom2drum in #1672
- add user ops tx interpretation by @isstuev in #1686
- Support raw format of v0.7 user ops by @isstuev in #1678
- Highlight code of the main contract by @tom2drum in #1685
- Metasuites placeholders by @tom2drum in #1637
New Contributors
- @ryanpwaldon made their first contribution in #1636
- @illuque made their first contribution in #1665
Full Changelog: v1.25.2...v1.26.0