Telegram (ask questions / claim the issue here first): https://t.me/+DOylgFv1jyJlNzM0
Why this matters
docs/ENVIRONMENT.md:15 documents STELLAR_NETWORK allowed values as (testnet, pubnet, sandbox), but parseNetwork() in backend/src/config/stellar.ts:27-36 accepts only testnet or mainnet and throws on anything else. The doc omits the only other valid value (mainnet) and lists two values that crash startup.
Acceptance criteria
Files to touch
docs/ENVIRONMENT.md
backend/src/config/stellar.ts
Why this matters
docs/ENVIRONMENT.md:15 documents STELLAR_NETWORK allowed values as (testnet, pubnet, sandbox), but parseNetwork() in backend/src/config/stellar.ts:27-36 accepts only testnet or mainnet and throws on anything else. The doc omits the only other valid value (mainnet) and lists two values that crash startup.
Acceptance criteria
Files to touch
docs/ENVIRONMENT.mdbackend/src/config/stellar.ts