v1.11.0
🚨 Changes in ENV variables
- #972: added new variables for favicon customization -
NEXT_PUBLIC_FAVICON_GENERATOR_API_KEY
,NEXT_PUBLIC_FAVICON_MASTER_URL
See updated docs for more info.
❗ Important notes
- since now all requests for resources under the
/favicon
path should be routed to the new front app (#972)
What's Changed
- components for Block and Tx entities by @tom2drum in #1108
- Update README.md by @andogro in #1112
- footer frontend link by @isstuev in #1116
- quick search by @isstuev in #1111
- hide nonce field in the block views by @tom2drum in #1113
- change time ago format by @isstuev in #1124
- add counts to address tabs by @isstuev in #1119
- fix error in args of wallet_addEthereumChain request by @jasonzysun in #1138
- Purify DOM to prevent xss injection by @lewtran in #1142
- Fixed issue with empty 'Sponsored' text prompt without AdBanner in DetailsInfoItem of TokenDetails Page. by @jasonzysun in #1147
- refactor icons for addresses and tokens by @tom2drum in #1125
- fix alert bg by @isstuev in #1150
- error icon color fix by @isstuev in #1136
- support no-hex revert reason by @isstuev in #1148
- new blocks from socket limit by @isstuev in #1128
- add socket port by @isstuev in #1159
- fix last block layout + tx additional info fix by @isstuev in #1153
- fix tokens rounding by @isstuev in #1145
- Add support for custom favicon by @tom2drum in #1152
New Contributors
- @andogro made their first contribution in #1112
- @jasonzysun made their first contribution in #1138
- @lewtran made their first contribution in #1142
Full Changelog: v1.10.0...v1.11.0