v2.6.0
🚀 New Features
- Hot contracts table by @tom2drum in #3165
- Highlights banners on home page by @tom2drum in #3175
- Zilliqa chain type: support for ZRC-2 by @isstuev in #3202
- Add possibility to change timestamp format by @tom2drum in #3201
- Private mode by @isstuev in #3138
🐛 Bug Fixes
- Change zero to <0.001 value within different pages by @tom2drum in #3150
- Fix deposits table layout on small desktops by @tom2drum in #3192
- Hide the tooltip on the button whenever the dropdown is open by @tom2drum in #3193
- Pass the
x-csrf-tokento the call to the admin API by @tom2drum in #3194 - Fix REST API docs request interceptor URL replacement by @tom2drum in #3196
- Advanced filter: amount by @isstuev in #3208
📦 Dependencies Updates
- Bump package versions to mitigate security vulnerabilities by @tom2drum in #3164
- Minor packages bump and security updates by @tom2drum in #3184
⚡ Performance Improvements
🛠️ DX & Tooling
🎨 Design Updates
- UI/UX: Implement unified EmptyState component for stats page by @tom2drum in #3195
- Change tag and badge user-select property by @isstuev in #3205
- Show conflicting proxy implementations warning by @tom2drum in #3179
✨ Other Changes
- Promote Credit Wallet in WalletConnect for all Creditcoin chains by @tom2drum in #3166
- Public tags: attributions by @tom2drum in #3169
- Public tags: protocol tag for transaction list by @tom2drum in #3182
- Always display
Internal txnstab on Block details by @tom2drum in #3185 - OP batches: show EigenDA tag by @tom2drum in #3186
- Fix typo by @isstuev in #3187
- Refactor token media-type API to be token-scoped and safer by @tom2drum in #3190
- Refactor navigation icon by @tom2drum in #3191
- Smart contracts: get supported languages for filter from the API instead of ENV by @tom2drum in #3200
- Console message to warn users from script execution by @isstuev in #3209
- Add variable for exit-only consensus by @isstuev in #3207
- OP Batch details. Add L1 tx hash and timestamp for EigenDA blobs by @tom2drum in #3214
- Search: redirect to a ENS domain page in case of no address is resolved for this domain by @tom2drum in #3214
- Change links on the Activity pass section by @maxaleks in #3216
- Support essential dapps in DeFi by @maxaleks #3218
- Add "view all" for all token transfers group by @isstuev in #3213
🚨 Changes in ENV variablesvariable.
- #3165:
- Added
NEXT_PUBLIC_HOT_CONTRACTS_ENABLEDto enable the Hot Contracts feature.
- Added
- #3166:
- Added
NEXT_PUBLIC_WALLET_CONNECT_FEATURED_WALLET_IDSto configure featured wallet IDs in the WalletConnect modal.
- Added
- #3167:
- Added
urltoswapconfig inNEXT_PUBLIC_MARKETPLACE_ESSENTIAL_DAPPS_CONFIG.
- Added
- #3175:
- Added
NEXT_PUBLIC_HOMEPAGE_HIGHLIGHTS_CONFIGto configure highlights banners on the home page.
- Added
- #3207:
- Added
NEXT_PUBLIC_BEACON_CHAIN_WITHDRAWALS_ONLYto indicate networks that have only withdrawals (no deposits).
- Added
- #3200:
- Removed
NEXT_PUBLIC_VIEWS_CONTRACT_LANGUAGE_FILTERSenvironment variable.
- Removed
- #3202:
- Added
NEXT_PUBLIC_NETWORK_ADDITIONAL_TOKEN_TYPESvariable to extend the list of standard token types.
- Added
Full list of the ENV variables: v2.6.0
Full Changelog: v2.5.3...v2.6.0