Description:
The backend needs to seamlessly switch between Stellar Testnet, Futurenet, and Mainnet using environment variables.
Acceptance Criteria:
[ ] Update rpc_url and network_passphrase to be strictly ENV driven.
[ ] Prevent Mainnet DB from connecting to Testnet RPC by validating the genesis hash on startup.
Labels: config, architecture