-
Notifications
You must be signed in to change notification settings - Fork 421
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
wip: Add Base Sepolia support #761
base: main
Are you sure you want to change the base?
Conversation
This bumps the `sdk-core` to pull in configuration changes made in: Uniswap/sdks#192 This will be replaced by a standard version bump once that PR lands properly.
This adds the Chain ID, Addresses, and WETH token configuration for the Base Sepolia network (84532) to the smart order router. Uniswap#494
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
|
Report is too large to display inline. Next stepsMark a package as acceptable riskTo ignore an alert, reply with a comment starting with
|
@@ -38,7 +38,7 @@ | |||
"@uniswap/default-token-list": "^11.13.0", | |||
"@uniswap/permit2-sdk": "^1.3.0", | |||
"@uniswap/router-sdk": "^1.14.0", | |||
"@uniswap/sdk-core": "^5.9.0", | |||
"@uniswap/sdk-core": "github:alex-stone/uniswap-sdks#alex-stone/add-base-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.
Looks like the submodule installation doesn't work nicely with the git / github syntax.
Will try to figure that out / hopefully land that PR!
feature
Base Sepolia (84532) is an unsupported chain
Base Sepolia (84532) is a supported chain
This depends on Uniswap/sdks#192 and will move out of Draft once that lands and a version is cut!
This follows up the work that @danielcrt did here, but on the new SDK monorepo:
Uniswap/sdk-core#110
#494