feat / organize pool templates by network instead of connector#630
Merged
Conversation
- Restructure pool templates from `pools/{connector}.json` to `pools/{chain}/{network}.json`
- Change pool list/get API to use chain+network as primary keys, connector becomes optional filter
- Add chain field to pool add/remove requests
- Make baseSymbol/quoteSymbol optional in add request (auto-fetched from pool info)
- Update pool-service to handle new directory structure
- Remove deprecated per-connector template files
This enables better organization of pools by network, allowing users to see
all pools on a network regardless of which DEX they belong to.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This was referenced Apr 28, 2026
Merged
- Update Meteora to use new API (dlmm.datapi.meteora.ag/pools) - Add Orca fetch-pools endpoint using api.orca.so/v2/solana/pools/search - Standardize response format across both connectors - Add FetchPoolsRequest/Response schemas in clmm-schema.ts - Remove isVerified field (not reliably available from APIs) - Add tests for both endpoints Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
3 tasks
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
rapcmia
approved these changes
May 11, 2026
rapcmia
left a comment
Contributor
There was a problem hiding this comment.
- Tested Meteora and Orca CLMM routes on Gateway.
- Verified the full flow works: open-position -> position-info -> positions-owned -> collect-fees -> close-position.
- On Meteora, I tested SOL-USDC and successfully opened a real position, confirmed it through both lookup routes, collected fees after a short wait, and closed it successfully.
- On Orca, I tested PYUSD-USDC using pool 9tXiuRRw7kbejLhZXtxDxYs2REe43uH2e7k1kocgdM9B and completed the same full lifecycle successfully.
- There were confirmation delays/timeouts during some close/position steps, but retries completed the tasks as expected on the current RPC setup.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
isVerifiedfield from pool responses (APIs don't reliably return this)Related PRs
Test plan
🤖 Generated with Claude Code