Skip to content

Support essential dapps in DeFi dropdown#3218

Merged
maxaleks merged 1 commit intomainfrom
issue-3102
Jan 9, 2026
Merged

Support essential dapps in DeFi dropdown#3218
maxaleks merged 1 commit intomainfrom
issue-3102

Conversation

@maxaleks
Copy link
Copy Markdown
Contributor

@maxaleks maxaleks commented Jan 8, 2026

Description and Related Issue(s)

Resolves #3102

⚠️ Changes in ENV var:

  • added isEssentialDapp prop to NEXT_PUBLIC_DEFI_DROPDOWN_ITEMS

Example value:

[{ 'text': 'Swap', 'icon': 'swap', 'dappId': 'swap', 'isEssentialDapp': true }]

Checklist for PR author

  • I have tested these changes locally.
  • I added tests to cover any new functionality, following this guide
  • Whenever I fix a bug, I include a regression test to ensure that the bug does not reappear silently.
  • If I have added a feature or functionality that is not privacy-compliant (e.g., tracking, analytics, third-party services), I have disabled it for private mode.
  • If I have added, changed, renamed, or removed an environment variable
    • I updated the list of environment variables in the documentation
    • I made the necessary changes to the validator script according to the guide
    • I added "ENVs" label to this pull request

@maxaleks maxaleks requested a review from tom2drum January 8, 2026 14:39
@maxaleks maxaleks added the ENVs label Jan 8, 2026
@maxaleks maxaleks merged commit f576be1 into main Jan 9, 2026
16 checks passed
@maxaleks maxaleks deleted the issue-3102 branch January 9, 2026 12:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support essential dapps in DeFi dropdown

2 participants