Skip to content

Conversation

@maxaleks
Copy link
Contributor

@maxaleks maxaleks commented Sep 25, 2025

Description and Related Issue(s)

Resolves #2644

Changes in ENV vars

  • Added NEXT_PUBLIC_MARKETPLACE_ESSENTIAL_DAPPS_CONFIG to enable the display of essential dapps

Example value:

{'swap': {'chains': ['1', '10', '100', '11155111'], 'fee': '0.004', 'integrator': 'blockscout'}, 'revoke': {'chains': ['1', '10', '100', '11155111']}, 'multisend': {'chains': ['1', '10', '100', '11155111']}}

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, 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 October 14, 2025 14:52
@github-actions github-actions bot added the enhancement New feature or request label Oct 14, 2025
Copy link
Collaborator

@tom2drum tom2drum left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's also investigate what dapp causes the significant increase in the build time.

@maxaleks maxaleks requested a review from tom2drum October 16, 2025 08:57
@maxaleks maxaleks merged commit 8145b64 into main Oct 17, 2025
11 checks passed
@maxaleks maxaleks deleted the issue-2644 branch October 17, 2025 12:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request ENVs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Essential dapps

3 participants