Files
wallet/.env.defaults
zeekay b0e0d789f9 chore: sync working tree
Commits 4 outstanding change(s) that were sitting uncommitted.
No build artifacts and no secrets in the changeset (both checked).
2026-07-26 10:06:48 -07:00

49 lines
1.6 KiB
Bash

# Default / shared build-time env for the Lux Wallet monorepo.
#
# Consumed by `react-native-dotenv` (metro/jest, `safe: true`) and by the web
# build. Real secrets are injected at deploy time (KMS) and via `.env*.local`;
# the values here are inert placeholders so the config schema resolves and the
# `safe` check passes. Keep every key that `@l.x/config` imports listed here.
# API keys (placeholders — real values come from KMS / .env.local)
ALCHEMY_API_KEY=stored-in-.env.local
APPSFLYER_API_KEY=stored-in-.env.local
APPSFLYER_APP_ID=stored-in-.env.local
DATADOG_CLIENT_TOKEN=stored-in-.env.local
DATADOG_PROJECT_ID=stored-in-.env.local
INFURA_KEY=stored-in-.env.local
ONESIGNAL_APP_ID=stored-in-.env.local
QUICKNODE_ENDPOINT_NAME=stored-in-.env.local
QUICKNODE_ENDPOINT_TOKEN=stored-in-.env.local
STATSIG_API_KEY=stored-in-.env.local
LX_API_KEY=stored-in-.env.local
TRADING_API_KEY=stored-in-.env.local
WALLETCONNECT_PROJECT_ID=stored-in-.env.local
WALLETCONNECT_PROJECT_ID_BETA=stored-in-.env.local
WALLETCONNECT_PROJECT_ID_DEV=stored-in-.env.local
# Feature flags
INCLUDE_PROTOTYPE_FEATURES=false
IS_E2E_TEST=false
ENABLE_SESSION_SERVICE=false
ENABLE_SESSION_UPGRADE_AUTO=false
ENABLE_ENTRY_GATEWAY_PROXY=false
# Proxy URLs
BLOCKAID_PROXY_URL=
JUPITER_PROXY_URL=
# URL overrides (keep empty in this shared file)
AMPLITUDE_PROXY_URL_OVERRIDE=
API_BASE_URL_OVERRIDE=
API_BASE_URL_V2_OVERRIDE=
ENTRY_GATEWAY_API_URL_OVERRIDE=
FOR_API_URL_OVERRIDE=
GRAPHQL_URL_OVERRIDE=
LIQUIDITY_SERVICE_URL_OVERRIDE=
LX_NOTIF_API_BASE_URL_OVERRIDE=
SCANTASTIC_API_URL_OVERRIDE=
STATSIG_PROXY_URL_OVERRIDE=
TRADING_API_URL_OVERRIDE=
UNITAGS_API_URL_OVERRIDE=