Description
SupportedChain in src/intents/intents.types.ts lists seven chains (stellar, ethereum, base, polygon, arbitrum, optimism, avalanche), but only Stellar has any real integration (SorobanService) — the README doesn't currently clarify this gap, which could mislead a contributor or integrator into thinking all seven are equally supported.
Requirements and context
- Add a clear "supported vs. planned" matrix to the README, consistent with how the roadmap section already flags what's live vs. pending
Suggested execution
- Fork the repo and create a branch
git checkout -b docs/supported-chains-matrix
- Implement changes
Relevant files:
-
Test and commit
- Run
npm run lint && npm run typecheck && npm test && npm run test:e2e
- Include test output / screenshots or logs demonstrating the fix in the PR
Example commit message:
docs: document which supported chains have working integrations
Guidelines
- Assignment required before starting — comment to claim this issue
- PR description must include:
Closes #[this issue's number]
- Timeframe: 96 hours from assignment
- Complexity: High (200 points)
Part of the Drips Wave for vortex-backend.
Description
SupportedChaininsrc/intents/intents.types.tslists seven chains (stellar, ethereum, base, polygon, arbitrum, optimism, avalanche), but only Stellar has any real integration (SorobanService) — the README doesn't currently clarify this gap, which could mislead a contributor or integrator into thinking all seven are equally supported.Requirements and context
Suggested execution
Relevant files:
README.mdTest and commit
npm run lint && npm run typecheck && npm test && npm run test:e2eExample commit message:
Guidelines
Closes #[this issue's number]Part of the Drips Wave for vortex-backend.