forked from StellarLock/StellarLock
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
21 lines (21 loc) · 801 Bytes
/
Copy path.env.example
File metadata and controls
21 lines (21 loc) · 801 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# StellarLock Environment Variables
# Do not edit this file directly. Copy the environment-specific template instead:
#
# cp .env.testnet .env # local development
# cp .env.staging .env # QA / pre-production
# cp .env.mainnet .env # production
#
# Required variables:
# VITE_NETWORK testnet | staging | mainnet
# VITE_RPC_URL Soroban RPC endpoint
# VITE_HORIZON_URL Horizon REST endpoint
# VITE_TOKEN_LOCKER_CONTRACT Token locker contract ID
# VITE_LP_LOCKER_CONTRACT LP locker contract ID
# VITE_CONTRACT_ENV testnet | mainnet (selects registry.json addresses)
# VITE_CONTRACT_VERSION e.g. v1
#
# Optional:
# VITE_PLAUSIBLE_DOMAIN
# VITE_PLAUSIBLE_API_HOST
# VITE_SENTRY_DSN
# VITE_APP_URL