-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Labels
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave program
Description
Description
Support multiple networks: testnet and mainnet. Read from env (STELLAR_NETWORK or SOROBAN_NETWORK). Use correct Horizon URL, Soroban RPC URL, and contract IDs per network. Document env vars and contract addresses per network.
Requirements and context
- Must not mix testnet and mainnet
- Vault contract ID and settlement contract ID per network
Suggested execution
- Fork the repo and create a branch
git checkout -b feature/network-config- Implement changes
- Add network to config; map to Horizon/RPC URLs and contract IDs; use in Soroban client and deposit tx builder
- Example commit message:
feat: Stellar network configuration (testnet/mainnet)
Guidelines
- Clear documentation
- Timeframe: 96 hours
- Project details: #
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave program