-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
21 lines (18 loc) · 789 Bytes
/
.env.example
File metadata and controls
21 lines (18 loc) · 789 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Treasury Wallet Address for BNB Payments
# Replace with your actual treasury wallet address
VITE_TREASURY_ADDRESS=0x0000000000000000000000000000000000000000
# ZLN Token Contract Address
# Replace with your actual ZLN token contract address on BSC
VITE_ZLN_CONTRACT_ADDRESS=0x9D9c5C7B7BfC398Ed446b7e53a8Ad8d62DCD0181
# Network Configuration
VITE_CHAIN_ID=56
VITE_CHAIN_NAME=BNB Smart Chain
# Firebase Configuration
# Replace with your Firebase project credentials
VITE_FIREBASE_API_KEY=your_api_key_here
VITE_FIREBASE_AUTH_DOMAIN=your_project.firebaseapp.com
VITE_FIREBASE_PROJECT_ID=your_project_id
VITE_FIREBASE_STORAGE_BUCKET=your_project.appspot.com
VITE_FIREBASE_MESSAGING_SENDER_ID=your_sender_id
VITE_FIREBASE_APP_ID=your_app_id
VITE_FIREBASE_MEASUREMENT_ID=your_measurement_id