forked from Proof-Stell/proof-stell-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
22 lines (17 loc) 路 733 Bytes
/
Copy path.env.example
File metadata and controls
22 lines (17 loc) 路 733 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Stellar/Soroban Configuration
NEXT_PUBLIC_SOROBAN_RPC_URL=https://soroban-testnet.stellar.org
NEXT_PUBLIC_SOROBAN_NETWORK_PASSPHRASE="Test SDF Network ; September 2015"
NEXT_PUBLIC_STELLAR_HORIZON_URL=https://horizon-testnet.stellar.org
# Smart Contract Addresses
NEXT_PUBLIC_PROOFSTELL_CONTRACT_ID=CCCC...
NEXT_PUBLIC_ISSUER_CONTRACT_ID=CCCC...
# Wallet Configuration (comma-separated providers)
NEXT_PUBLIC_WALLET_PROVIDERS=freighter,xbull
# API Configuration
NEXT_PUBLIC_API_BASE_URL=https://api.proofstell.io
NEXT_PUBLIC_API_KEY=
# App Configuration
NEXT_PUBLIC_APP_ENV=development
NEXT_PUBLIC_LOG_LEVEL=debug
# Use bundled mock data for the leaderboard until the real API is implemented
NEXT_PUBLIC_ENABLE_MOCK_DATA=true