Skip to content
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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

xrsv
Copy link
Contributor

@xrsv xrsv commented Nov 21, 2024

Support routing in Routing API for Unichain Mainnet.
Also Renames ASTROCHAIN_SEPOLIA to UNICHAIN_SEPOLIA.

Pending

@xrsv xrsv requested review from jsy1218 and cgkol November 21, 2024 21:19
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",
Copy link
Contributor Author

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

package.json Outdated Show resolved Hide resolved
Copy link
Collaborator

@cgkol cgkol left a 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
Copy link
Collaborator

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants