explorer/.env.example
Claude 1299633a41
rebrand(lethean): update branding, ports, and config for Lethean blockchain
- Coin: Zano → Lethean, ticker: ZAN/ZANO → LTHN
- Ports: 11211 → 36941 (mainnet RPC), 46941 (testnet RPC)
- Wallet: 11212 → 36944/46944
- Address prefix: iTHN
- URLs: zano.org → lethean.io
- Explorer links: explorer.lthn.io

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-01 22:24:07 +01:00

20 lines
500 B
Text

# Lethean Explorer Configuration
# Daemon RPC endpoint (testnet: 46941, mainnet: 36941)
API=http://127.0.0.1:46941
FRONTEND_API=http://127.0.0.1:3335
SERVER_PORT=3335
AUDITABLE_WALLET_API=http://127.0.0.1:46941
ASSETS_WHITELIST_URL=
WEBSOCKET_ENABLED_DURING_SYNC=true
ENABLE_VISIBILITY_INFO=true
MAX_DAEMON_REQUEST_COUNT=1000
# Network mode: TEST or MAIN
NET_MODE=TEST
PGUSER=CHANGE_ME
PGPASSWORD=CHANGE_ME
PGDATABASE=lethean_explorer
PGHOST=127.0.0.1
PGPORT=5433
MEXC_API_URL=https://api.mexc.com