Skip to content

[Docs] ENVIRONMENT.md lists invalid STELLAR_NETWORK values (pubnet/sandbox) and omits mainnet #1211

Description

@grantfox-oss

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

  • Change the documented allowed values to testnet / mainnet
  • Match the description to stellar.ts behaviour

Files to touch

  • docs/ENVIRONMENT.md
  • backend/src/config/stellar.ts

Metadata

Metadata

Assignees

Labels

Stellar WaveIssues in the Stellar wave programdocsDocumentationdocumentationImprovements or additions to documentation

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions