- 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>
12 lines
No EOL
375 B
Text
12 lines
No EOL
375 B
Text
PORT="3001"
|
|
PGUSER="postgres"
|
|
PGPASSWORD="CHANGE_ME"
|
|
PGHOST="127.0.0.1"
|
|
PGDATABASE="lethean_trade"
|
|
PGPORT="5432"
|
|
JWT_SECRET="CHANGE_ME"
|
|
OWNER_ALIAS="your alias here"
|
|
# Lethean daemon RPC — testnet: 46941, mainnet: 36941
|
|
DAEMON_RPC_URL="http://127.0.0.1:46941/json_rpc"
|
|
# Lethean wallet RPC — testnet: 46944, mainnet: 36944
|
|
WALLET_RPC_URL="http://127.0.0.1:46944/json_rpc" |