v2.11.2
馃殌 New Features
- Let operators pick which color themes an explorer offers by @tom2drum in #3691
- Let operators set the label on the DeFi dropdown button by @tom2drum in #3695
- Add a configurable action button to ERC-20 token pages by @tom2drum in #3692
馃毃 Changes in ENV variables
- #3691
- Added
NEXT_PUBLIC_COLOR_THEMESto let an explorer offer only some of the four color themes, and to hide the theme switcher when it offers just one. NEXT_PUBLIC_COLOR_THEME_DEFAULTmust now name one of the themes listed inNEXT_PUBLIC_COLOR_THEMES, when that variable is set.
- Added
- #3695
- Added
NEXT_PUBLIC_DEFI_DROPDOWN_BUTTON_TEXTto set the text on the button that opens the DeFi
dropdown, as{ desktop, mobile? }so a shorter label can be used where the top bar is narrow.
- Added
- #3692
- Added
NEXT_PUBLIC_TOKEN_ACTION_BUTTON_CONFIGto show a configurable action button on ERC-20 token pages, carrying the button's label, destination URL, logo and colors for light and dark mode.
- Added
Full Changelog: v2.11.1...v2.11.2