fix: reject unsupported UniswapX chains#11
Open
Genmin wants to merge 1 commit intokcolbchain:mainfrom
Open
Conversation
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
ResolverError::Intentfor Optimism, Polygon, and Unichain instead of querying Ethereum ordersChainenum and CLI parser so chain id 130 round-trips cleanlyFixes #5
Notes
The current Uniswap API docs list UniswapX support for V2 on Mainnet (1), Arbitrum (42161), and Base (8453), plus V3 on Arbitrum. Polygon, Optimism, and Unichain are supported swapping chains but are not currently listed as UniswapX chains, so this PR rejects them rather than adding endpoints that would still be invalid.
Docs checked: https://developers.uniswap.org/docs/trading/swapping-api/supported-chains
Validation
cargo testcargo fmt --checkcargo clippy -- -D warningsgit diff --check