-
Notifications
You must be signed in to change notification settings - Fork 195
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(routing-api): support routing on unichain mainnet #919
base: main
Are you sure you want to change the base?
Conversation
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
🚮 Removed packages: npm/@uniswap/[email protected], npm/@uniswap/[email protected], npm/@uniswap/[email protected], npm/@uniswap/[email protected], npm/@uniswap/[email protected], npm/@uniswap/[email protected] |
package.json
Outdated
"@uniswap/smart-order-router": "4.8.1", | ||
"@uniswap/router-sdk": "^1.15.0", | ||
"@uniswap/sdk-core": "^6.0.0", | ||
"@uniswap/smart-order-router": "file:/tmp/uniswap-smart-order-router-4.8.2.tgz", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
update once Uniswap/smart-order-router#766 is checked in
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
per the other pr, is there a screenshot where it showcases that the apis work as expected?
@@ -3034,7 +3036,7 @@ describe('quote', function () { | |||
chain === ChainId.BLAST || | |||
chain === ChainId.ZORA || | |||
chain === ChainId.ZKSYNC || | |||
chain === ChainId.ASTROCHAIN_SEPOLIA | |||
chain === ChainId.UNICHAIN_SEPOLIA |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dont we need to add unciahin here too?
Support routing in Routing API for Unichain Mainnet.
Also Renames ASTROCHAIN_SEPOLIA to UNICHAIN_SEPOLIA.
Pending
universal-router-sdk
andsmart-order-router
once below PRs are checked in.