[codex] Add environment constants#22
Conversation
|
Hello @123xiaode456-boop |
|
Caution Review failedAn error occurred during the review process. Please try again later. 📝 WalkthroughWalkthroughThe SDK now recognizes ChangesGateway environment configuration
Sequence Diagram(s)sequenceDiagram
participant Gateway
participant parse_environment
participant get_environment_config
participant EnvironmentConfig
Gateway->>parse_environment: environment value
parse_environment-->>Gateway: Environment
Gateway->>get_environment_config: resolved Environment
get_environment_config-->>Gateway: EnvironmentConfig
Gateway->>Gateway: set horizon_url, network_passphrase, api_base_url
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment Warning |
Summary:
Validation:
Closes #3
Summary by CodeRabbit
New Features
Documentation
Tests