-
Notifications
You must be signed in to change notification settings - Fork 55
Expand file tree
/
Copy path.env.example
More file actions
53 lines (40 loc) · 1.73 KB
/
Copy path.env.example
File metadata and controls
53 lines (40 loc) · 1.73 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
NODE_ENV="development"
NODE_OPTIONS="--no-warnings"
NEXT_PUBLIC_SITE_URL="http://efp.app"
PORT=3443
NEXT_PUBLIC_BASE_URL="http://localhost:3443"
EFP_API_URL=https://data.ethfollow.xyz/api/v1
NEXT_PUBLIC_EFP_API_URL=https://data.ethfollow.xyz/api/v1
NEXT_PUBLIC_ENS_SUBGRAPH_API_KEY=""
NEXT_TELEMETRY_DISABLED=1
NEXT_PUBLIC_WALLET_CONNECT_PROJECT_ID=""
NEXT_PUBLIC_QUICKNODE_ID=""
NEXT_PUBLIC_MAINNET_ALCHEMY_ID=""
NEXT_PUBLIC_BASE_ALCHEMY_ID=""
NEXT_PUBLIC_OPTIMISM_ALCHEMY_ID=""
SENTRY_DISABLED=false
SENTRY_DSN=""
NEXT_PUBLIC_SENTRY_DSN=""
SENTRY_AUTH_TOKEN=""
# true or false
NEXT_PUBLIC_REPORT_WEB_VITALS=false
NEXT_PUBLIC_EFP_ACCOUNT_METADATA=0x5289fE5daBC021D02FDDf23d4a4DF96F4E0F17EF
NEXT_PUBLIC_EFP_LIST_REGISTRY=0x0E688f5DCa4a0a4729946ACbC44C792341714e08
NEXT_PUBLIC_EFP_LIST_RECORDS=0x41Aa48Ef3c0446b46a5b1cc6337FF3d3716E2A33
NEXT_PUBLIC_EFP_LIST_MINTER=0xDb17Bfc64aBf7B7F080a49f0Bbbf799dDbb48Ce5
NEXT_PUBLIC_EFP_LIST_RECORDS_OP=0x4Ca00413d850DcFa3516E14d21DAE2772F2aCb85
NEXT_PUBLIC_EFP_LIST_RECORDS_MAINNET=0x5289fE5daBC021D02FDDf23d4a4DF96F4E0F17EF
NEXT_PUBLIC_MAINNET_LIMIT=500
NEXT_PUBLIC_OPTIMISM_LIMIT=500
NEXT_PUBLIC_BASE_LIMIT=1000
# PostHog product analytics. Leave NEXT_PUBLIC_POSTHOG_KEY empty to disable
# locally; production deploys set the key from the platform env. Fill in a
# personal / sandbox project key to send events from local runs.
# Hedge is our managed PostHog proxy.
NEXT_PUBLIC_POSTHOG_KEY=""
NEXT_PUBLIC_POSTHOG_HOST="https://hedge.ethid.org"
# Build-time only — uploads minified production source maps to PostHog so error
# tracking shows readable stacks. Personal API key needs "Error tracking: write".
# Leave empty locally; set on Vercel for production builds.
POSTHOG_PERSONAL_API_KEY=""
POSTHOG_PROJECT_ID=""