Merged
Conversation
- Add missing CGW env vars: ALLOW_CORS, RELAY_PROVIDER_API_KEY_UNICHAIN, blocklist config, and dummy AWS credentials for CSV export - Add NEXT_PUBLIC_DEFAULT_MAINNET_CHAIN_ID to ui.env for dedicated chain deployments - Rename deprecated NEXT_PUBLIC_WC_BRIDGE to NEXT_PUBLIC_WC_PROJECT_ID - Fix circular dependency: move ui from nginx depends_on to nginx healthcheck - Document required chain features in docs/chain_info.md
|
CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅ |
Collaborator
Author
|
I have read the CLA Document and I hereby sign the CLA |
Uxio0
approved these changes
Mar 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix missing config
Summary
This PR fixes several missing or outdated configuration entries in the environment files and
docker-compose.ymlto improve the out-of-the-box self-hosted experience.Changes
container_env_files/cgw.envALLOW_CORS=trueto enable CORS supportRELAY_PROVIDER_API_KEY_UNICHAINrelay key placeholderCSV_AWS_*credentials required for CSV export (LocalStack-compatible)BLOCKLIST_ENCRYPTED_DATA,BLOCKLIST_SECRET_KEY, andBLOCKLIST_SECRET_SALTplaceholders for the address blocklist feature
container_env_files/ui.envNEXT_PUBLIC_DEFAULT_MAINNET_CHAIN_IDfor chain-specific deploymentsNEXT_PUBLIC_WC_BRIDGEwithNEXT_PUBLIC_WC_PROJECT_ID(WalletConnect v2)
docker-compose.ymldepends_on: nginxfrom theuiservice and instead adduito nginx's healthcheckdepends_on, so nginx waits for the UI to be ready before startingdocs/chain_info.mdMY_ACCOUNTS,SPENDING_LIMIT,SAFE_APPS,ERC1155,ERC721,DOMAIN_LOOKUP,CONTRACT_INTERACTION)