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

fix(universal-router-sdk): bump sdk core to support zksync weth #48

Merged
merged 2 commits into from
Jun 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sdks/universal-router-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"dependencies": {
"@uniswap/permit2-sdk": "^1.3.0",
"@uniswap/router-sdk": "^1.9.2",
"@uniswap/sdk-core": "^5.3.0",
"@uniswap/sdk-core": "^5.3.1",
"@uniswap/universal-router": "1.6.0",
"@uniswap/v2-sdk": "^4.3.2",
"@uniswap/v3-sdk": "^3.13.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4630,9 +4630,9 @@ __metadata:
languageName: unknown
linkType: soft

"@uniswap/sdk-core@npm:^5.0.0, @uniswap/sdk-core@npm:^5.3.0":
version: 5.3.0
resolution: "@uniswap/sdk-core@npm:5.3.0"
"@uniswap/sdk-core@npm:^5.0.0, @uniswap/sdk-core@npm:^5.3.0, @uniswap/sdk-core@npm:^5.3.1":
version: 5.3.1
resolution: "@uniswap/sdk-core@npm:5.3.1"
dependencies:
"@ethersproject/address": ^5.0.2
"@ethersproject/bytes": ^5.7.0
Expand All @@ -4643,7 +4643,7 @@ __metadata:
jsbi: ^3.1.4
tiny-invariant: ^1.1.0
toformat: ^2.0.0
checksum: 82570af027937c998208f8ea0bb8c44bd8a2e541023f3b6a5115d9298c95c5f37b20b892ccedf6cc6582ab01f5683f4a8c078cccac43565a5da3362b7363cee7
checksum: fcf33b2dc07f740070a79468f9c7d0badd668a8126b512c5cfa71d5f7a406fe0d25b5d6994745b8c2f112a0f416c76cd5cc7e1b3198039813c3a09539f6fe345
languageName: node
linkType: hard

Expand Down Expand Up @@ -4721,7 +4721,7 @@ __metadata:
"@types/node-fetch": ^2.6.2
"@uniswap/permit2-sdk": ^1.3.0
"@uniswap/router-sdk": ^1.9.2
"@uniswap/sdk-core": ^5.3.0
"@uniswap/sdk-core": ^5.3.1
"@uniswap/universal-router": 1.6.0
"@uniswap/v2-sdk": ^4.3.2
"@uniswap/v3-sdk": ^3.13.0
Expand Down
Loading