-
Notifications
You must be signed in to change notification settings - Fork 80
Expand file tree
/
Copy path.env.example
More file actions
72 lines (67 loc) · 2.02 KB
/
Copy path.env.example
File metadata and controls
72 lines (67 loc) · 2.02 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
## Public
# The title of your dex
VITE_NAME=
# The url of your dex
VITE_BASE_URL=http://localhost:3000
# The network used to get pre-defined API endpoints.
VITE_NETWORK=mainnet
# injective-1 for mainnet, injective-888 for testnet
VITE_CHAIN_ID=injective-1
# 1 for mainnet, 11155111 for Sepolia
VITE_ETHEREUM_CHAIN_ID=1
## Flags
# Whether to disable maintenance mode
VITE_MAINTENANCE_DISABLED=false
# Whether to enable VPN checks
VITE_VPN_CHECKS_ENABLED=false
# Whether to enable GEO_IP restrictions
VITE_GEO_IP_RESTRICTIONS_ENABLED=false
## Endpoints
# The endpoint of the indexer API
VITE_INDEXER_API_ENDPOINT=
# The endpoint of the sentry gRPC API
VITE_SENTRY_GRPC_ENDPOINT=
# deprecated - use VITE_SENTRY_REST_ENDPOINT The endpoint of the sentry HTTP API
VITE_SENTRY_HTTP_ENDPOINT=
# The endpoint of the sentry HTTP API
VITE_SENTRY_REST_ENDPOINT=
# The endpoint of the explorer API
VITE_EXPLORER_API_ENDPOINT=
# The endpoint of the chronos API
VITE_CHRONOS_API_ENDPOINT=
## Secrets
VITE_FEE_PAYER_PUB_KEY=
# The fee recipient address i.e your relayer's address
VITE_FEE_RECIPIENT=
# Google Analytics for statistics purposes
VITE_GOOGLE_ANALYTICS_KEY=
# Google site verification key for submiting sitemaps
VITE_GOOGLE_SITE_VERIFICATION_KEY=
# Amplitude Analytics for statistics purposes
VITE_AMPLITUDE_KEY=
# Bugsnag key for error reporting
VITE_BUGSNAG_KEY=
# Alchemy key if you are using mainnet env
VITE_ALCHEMY_KEY=
# SEPOLIA Alchemy key if you are using SEPOLIA env
VITE_ALCHEMY_SEPOLIA_KEY=
# Coingecko pro key if you are using their pro services
VITE_COINGECKO_API_KEY=
# VPN Detection API Key (Service: AS207111)
VITE_PROXY_DETECTION_API_KEY=
# NEWSLETTER API
VITE_NEWSLETTER_API=
# NINJA PASS API
VITE_NINJA_PASS_API_ENDPOINT=
# Mixpanel API key
VITE_MIXPANEL_KEY=
# Onramper Signing Key
VITE_ONRAMPER_SIGNING_KEY=
# Onramper Dev API key
VITE_ONRAMPER_API_KEY_DEV=
# Onramper Prod API key
VITE_ONRAMPER_API_KEY_PROD=
# Whether onramper is dev mode
VITE_IS_ONRAMPER_DEV_MODE=
# Server for connecting mobile devices
VITE_HELIX_MOBILE_CONNECT_SERVER_URL=