-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
87 lines (80 loc) · 4.1 KB
/
Copy path.env.example
File metadata and controls
87 lines (80 loc) · 4.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
EXPO_PUBLIC_BASE_URL= # Frontend domain (e.g., https://app.solix.xyz)
EXPO_PUBLIC_ALCHEMY_API_KEY=
# TODO: Move Pimlico API Key to backend
EXPO_PUBLIC_PIMLICO_API_KEY=
EXPO_PUBLIC_FLASH_API_BASE_URL=
EXPO_PUBLIC_FLASH_ANALYTICS_API_BASE_URL=
EXPO_PUBLIC_BRIDGE_AUTO_DEPOSIT_ADDRESS=
EXPO_PUBLIC_FUSE_GAS_RESERVE=0.09
EXPO_PUBLIC_FLASH_REWARDS_API_BASE_URL=http://localhost:5007
EXPO_PUBLIC_MINIMUM_SPONSOR_AMOUNT=100
EXPO_PUBLIC_MINIMUM_FUSE_DEPOSIT_AMOUNT=100
EXPO_PUBLIC_MINIMUM_ETH_DEPOSIT_AMOUNT=0.05
EXPO_PUBLIC_LIFI_API_URL=https://li.quest/v1
EXPO_PUBLIC_INTERCOM_APP_ID=
EXPO_PUBLIC_INTERCOM_IOS_API_KEY=
EXPO_PUBLIC_INTERCOM_ANDROID_API_KEY=
EXPO_PUBLIC_FIREBASE_API_KEY=
EXPO_PUBLIC_FIREBASE_AUTH_DOMAIN=
EXPO_PUBLIC_FIREBASE_PROJECT_ID=
EXPO_PUBLIC_FIREBASE_STORAGE_BUCKET=
EXPO_PUBLIC_FIREBASE_MESSAGING_SENDER_ID=
EXPO_PUBLIC_FIREBASE_APP_ID=
EXPO_PUBLIC_FIREBASE_MEASUREMENT_ID=
EXPO_PUBLIC_FIREBASE_DATABASE_URL=
EXPO_PUBLIC_AMPLITUDE_API_KEY=
EXPO_PUBLIC_AMPLITUDE_PROXY_URL=
EXPO_PUBLIC_MERKL_CAMPAIGN_ID=
EXPO_PUBLIC_FLASH_VAULT_MANAGER_API_BASE_URL=http://localhost:5003
EXPO_PUBLIC_COINGECKO_API_KEY=
EXPO_PUBLIC_INFO_GRAPH=https://api.studio.thegraph.com/query/78455/solid-frontend-staging/version/latest
EXPO_PUBLIC_ALGEBRA_INFO_GRAPH=https://api.studio.thegraph.com/query/78455/algebra/version/latest
EXPO_PUBLIC_ENVIRONMENT=preview
# Sandbox: skip the TransFi buy-crypto KYC gate on the client (pair with backend TRANSFI_SKIP_KYC). Never set in prod.
EXPO_PUBLIC_TRANSFI_SKIP_KYC=false
EXPO_PUBLIC_THIRDWEB_CLIENT_ID=
EXPO_PUBLIC_PASSKEY_CERTIFICATES_HOST=solid.xyz
EXPO_PUBLIC_TURNKEY_API_BASE_URL="https://api.turnkey.com"
EXPO_PUBLIC_TURNKEY_ORGANIZATION_ID=
EXPO_PUBLIC_SHARED_REVIEW_ACCESS_EMAIL=review@gmail.com
EXPO_PUBLIC_BRIDGE_CARD_API_BASE_URL=https://cards-pci.bridge.xyz
EXPO_PUBLIC_RAIN_CARD_PUBLIC_KEY_PEM=
EXPO_PUBLIC_CARD_ISSUER=
EXPO_PUBLIC_CARD_FUNDING_CHAIN_ID=84532
EXPO_PUBLIC_RAIN_CARD_DEPOSIT_TOKEN_ADDRESS=0x10b5Be494C2962A7B318aFB63f0Ee30b959D000b
EXPO_PUBLIC_RAIN_CARD_DEPOSIT_TOKEN_SYMBOL=rUSD
EXPO_PUBLIC_PERSONA_RAIN_TEMPLATE_ID=
EXPO_PUBLIC_PERSONA_SANDBOX_ENVIRONMENT_ID=
# --- Card spend v2: the Credit and Smart funding modes ---
# Off means the card behaves exactly as it does today: every cardholder is on the v1
# module spending cash, and the two modes they cannot use are not offered at all —
# the spend-mode row is not rendered rather than shown inert.
#
# Gated on this flag rather than on whether the addresses are set, so a QA build can
# point at a testnet deployment before mainnet has one. BOTH the flag and the
# addresses are required: a flag with no address is a misconfigured build, an address
# with no flag is a deliberate dark launch, and they fail differently.
EXPO_PUBLIC_CARD_SPEND_V2=true
# SolidCashModuleV2 on Fuse. One address for both halves — the core delegatecalls
# anything it does not implement into the setters, so reads use it too.
EXPO_PUBLIC_CASH_MODULE_V2_ADDRESS=
# SolidSpendLens on Fuse — the cohort-aware read serving both module generations.
EXPO_PUBLIC_SPEND_LENS_V2_ADDRESS=
# Quote the launch cashback rates baked into the app (Core 3%, Prime 4%, Ultra 5%)
# instead of the rate the rewards API reports. On unless set to "false" — flip it
# once the admin-configured rates are live.
EXPO_PUBLIC_HARDCODED_TIER_CASHBACK=true
# Trustpilot Review Collector widget (web/desktop only; native uses the OS review
# sheet instead). Only the business unit id is required — the widget renders
# nothing while it is empty. Take it from the Trustpilot Business console, under
# the widget embed code as `data-businessunit-id`.
EXPO_PUBLIC_TRUSTPILOT_BUSINESS_UNIT_ID=
# Widget template. Defaults to the free Review Collector; override only to swap
# the layout. Template ids are the same for every business and are not secrets.
EXPO_PUBLIC_TRUSTPILOT_TEMPLATE_ID=56278e9abfbbba0bdcd568bc
# The domain reviews are filed under, as registered with Trustpilot.
EXPO_PUBLIC_TRUSTPILOT_DOMAIN=solid.xyz
EXPO_PUBLIC_TRUSTPILOT_LOCALE=en-US
# Where "Write a review" goes if the widget script is blocked. Defaults to
# https://www.trustpilot.com/evaluate/<domain>.
EXPO_PUBLIC_TRUSTPILOT_REVIEW_URL=