mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-04-22 21:47:56 +00:00
10 lines
250 B
Bash
10 lines
250 B
Bash
# PezkuwiChain WebSocket Endpoint
|
|
WS_ENDPOINT=wss://ws.pezkuwichain.io
|
|
|
|
# Sudo account seed phrase for auto-approval
|
|
# This account will sign approve_kyc transactions when threshold is reached
|
|
SUDO_SEED=your_seed_phrase_here
|
|
|
|
# Server port
|
|
PORT=3001
|