-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
83 lines (63 loc) · 2.29 KB
/
.env.example
File metadata and controls
83 lines (63 loc) · 2.29 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
73
74
75
76
77
78
79
80
81
82
83
# ===========================================
# Secret Network Dashboard + Faucet Deployment
# ===========================================
# Copy this file to .env and fill in your values
# DO NOT commit .env to version control!
# ===========================================
# FAUCET CONFIGURATION (Required)
# ===========================================
# CRITICAL: Your funded wallet mnemonic
# This wallet will be used to grant fees to users
# Keep this secure! Only store in TEE environments
FAUCET_MNEMOMIC="your twelve or twenty-four word mnemonic phrase here"
# Secret Network LCD endpoint
# Default: https://lcd.secret.adrius.starshell.net
LCD_NODE=https://lcd.secret.adrius.starshell.net
# Chain ID
# Default: secret-4 (mainnet)
CHAIN_ID=secret-4
# Faucet port (internal Docker network port)
# Default: 3001
PORT=3001
# ===========================================
# FEE GRANT SETTINGS
# ===========================================
# Amount to grant per request (in uscrt)
# 50000 uscrt = 0.05 SCRT
FAUCET_AMOUNT=50000
# Token denomination
FAUCET_DENOM=uscrt
# Hours before fee grant expires/can be renewed
# Default: 24 hours
FAUCET_RELOAD_TIME=24
# ===========================================
# GAS CONFIGURATION
# ===========================================
GAS_FEE=0.5
GAS_DENOM=uscrt
GAS_LIMIT=17500
# Transaction memo
MEMO="Fee Grant provided by Secret Network Dashboard"
# ===========================================
# DASHBOARD CONFIGURATION
# ===========================================
# Faucet URL (for external access, use your domain)
# For Docker internal communication, use: http://faucet:3001/claim
# For external access via domain: https://dash.scrt.network:3001/claim
# For external access via IP: http://YOUR_IP:3001/claim
VITE_FAUCET_URL=http://faucet:3001/claim
# Faucet wallet address (derived from your mnemonic)
# Update this to match your actual faucet wallet address
VITE_FAUCET_ADDRESS=secret1kreu9upy9v9hlm2e4xytmm2ptn6qag7vp5jfr3
# ===========================================
# OPTIONAL: ANALYTICS & INTEGRATIONS
# ===========================================
# Mixpanel Analytics
VITE_MIXPANEL_ENABLED=false
VITE_MIXPANEL_PROJECT_TOKEN=
# Debug mode
VITE_DEBUG_MODE=false
# Transak (for fiat on-ramp)
TRANSAK_API_KEY=
# CoinGecko Pro API Key (for price data)
VITE_COINGECKO_API_KEY=