Skip to content

Commit

Permalink
feat(router-sdk): bump sdk-core,v2-sdk,v3-sdk,v4-sdk in router-sdk fo…
Browse files Browse the repository at this point in the history
…r unichain weth9 (#202)
  • Loading branch information
xrsv authored Nov 21, 2024
1 parent 01ef88f commit 6fa9718
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 9 deletions.
8 changes: 4 additions & 4 deletions sdks/router-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
},
"dependencies": {
"@ethersproject/abi": "^5.5.0",
"@uniswap/sdk-core": "^5.8.0",
"@uniswap/sdk-core": "^6.0.0",
"@uniswap/swap-router-contracts": "^1.3.0",
"@uniswap/v2-sdk": "^4.6.0",
"@uniswap/v3-sdk": "^3.17.0",
"@uniswap/v4-sdk": "^1.10.3"
"@uniswap/v2-sdk": "^4.7.0",
"@uniswap/v3-sdk": "^3.19.0",
"@uniswap/v4-sdk": "^1.12.0"
},
"devDependencies": {
"@types/jest": "^24.0.25",
Expand Down
36 changes: 31 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4529,11 +4529,11 @@ __metadata:
dependencies:
"@ethersproject/abi": ^5.5.0
"@types/jest": ^24.0.25
"@uniswap/sdk-core": ^5.8.0
"@uniswap/sdk-core": ^6.0.0
"@uniswap/swap-router-contracts": ^1.3.0
"@uniswap/v2-sdk": ^4.6.0
"@uniswap/v3-sdk": ^3.17.0
"@uniswap/v4-sdk": ^1.10.3
"@uniswap/v2-sdk": ^4.7.0
"@uniswap/v3-sdk": ^3.19.0
"@uniswap/v4-sdk": ^1.12.0
prettier: ^2.4.1
tsdx: ^0.14.1
languageName: unknown
Expand Down Expand Up @@ -4701,6 +4701,19 @@ __metadata:
languageName: node
linkType: hard

"@uniswap/v2-sdk@npm:^4.7.0":
version: 4.7.0
resolution: "@uniswap/v2-sdk@npm:4.7.0"
dependencies:
"@ethersproject/address": ^5.0.2
"@ethersproject/solidity": ^5.0.9
"@uniswap/sdk-core": ^6.0.0
tiny-invariant: ^1.1.0
tiny-warning: ^1.0.3
checksum: 234f018ca2a42e76251bd15482f24a5f7c8987695e74681a62800bc0e878b3b0f0052490fd7d269408a5f269ca74befa15d2ab01f541596271e44aa0364258d7
languageName: node
linkType: hard

"@uniswap/v2-sdk@workspace:sdks/v2-sdk":
version: 0.0.0-use.local
resolution: "@uniswap/v2-sdk@workspace:sdks/v2-sdk"
Expand Down Expand Up @@ -4761,7 +4774,7 @@ __metadata:
languageName: node
linkType: hard

"@uniswap/v3-sdk@npm:3.19.0":
"@uniswap/v3-sdk@npm:3.19.0, @uniswap/v3-sdk@npm:^3.19.0":
version: 3.19.0
resolution: "@uniswap/v3-sdk@npm:3.19.0"
dependencies:
Expand Down Expand Up @@ -4836,6 +4849,19 @@ __metadata:
languageName: node
linkType: hard

"@uniswap/v4-sdk@npm:^1.12.0":
version: 1.12.0
resolution: "@uniswap/v4-sdk@npm:1.12.0"
dependencies:
"@ethersproject/solidity": ^5.0.9
"@uniswap/sdk-core": ^6.0.0
"@uniswap/v3-sdk": 3.19.0
tiny-invariant: ^1.1.0
tiny-warning: ^1.0.3
checksum: 975b88da4b70cc3fe66fe768ad94b2019ac4c70d9601ac148e6c8081a53d26fdd77cc77f1bf286faec1072d13463608ff629c59820f2f0aa7f7bd16a46cb328c
languageName: node
linkType: hard

"@uniswap/v4-sdk@workspace:sdks/v4-sdk":
version: 0.0.0-use.local
resolution: "@uniswap/v4-sdk@workspace:sdks/v4-sdk"
Expand Down

0 comments on commit 6fa9718

Please sign in to comment.