Skip to content

Commit

Permalink
feat(router-sdk): bump sdk-core to 7.2.0 for arb, base, polygon
Browse files Browse the repository at this point in the history
  • Loading branch information
jsy1218 committed Jan 21, 2025
1 parent a303819 commit 6a3e15b
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 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": "^7.1.0",
"@uniswap/sdk-core": "^7.2.0",
"@uniswap/swap-router-contracts": "^1.3.0",
"@uniswap/v2-sdk": "^4.9.0",
"@uniswap/v3-sdk": "^3.21.0",
"@uniswap/v4-sdk": "^1.15.0"
"@uniswap/v2-sdk": "^4.10.0",
"@uniswap/v3-sdk": "^3.22.0",
"@uniswap/v4-sdk": "^1.16.0"
},
"devDependencies": {
"@types/jest": "^24.0.25",
Expand Down
30 changes: 15 additions & 15 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": ^7.1.0
"@uniswap/sdk-core": ^7.2.0
"@uniswap/swap-router-contracts": ^1.3.0
"@uniswap/v2-sdk": ^4.9.0
"@uniswap/v3-sdk": ^3.21.0
"@uniswap/v4-sdk": ^1.15.0
"@uniswap/v2-sdk": ^4.10.0
"@uniswap/v3-sdk": ^3.22.0
"@uniswap/v4-sdk": ^1.16.0
prettier: ^2.4.1
tsdx: ^0.14.1
languageName: unknown
Expand Down Expand Up @@ -4688,16 +4688,16 @@ __metadata:
languageName: node
linkType: hard

"@uniswap/v2-sdk@npm:^4.9.0":
version: 4.9.0
resolution: "@uniswap/v2-sdk@npm:4.9.0"
"@uniswap/v2-sdk@npm:^4.10.0, @uniswap/v2-sdk@npm:^4.9.0":
version: 4.10.0
resolution: "@uniswap/v2-sdk@npm:4.10.0"
dependencies:
"@ethersproject/address": ^5.0.2
"@ethersproject/solidity": ^5.0.9
"@uniswap/sdk-core": ^7.1.0
"@uniswap/sdk-core": ^7.2.0
tiny-invariant: ^1.1.0
tiny-warning: ^1.0.3
checksum: 2612f8c8658ceee6856860674d7c1d01fa93501d1e6aef35c9e62746355c4838502b075a7def7e967f08932df117d48528377517c5d2eeab7a48d4a46711b147
checksum: cd6c851461c10b00fab2464d0441fc2f443ce5e37c4e75e28046b4e14a49794a8f33e0d75c0f93b913f7f82245631969ff45c24b45fdf917b309839d0dfc29a9
languageName: node
linkType: hard

Expand Down Expand Up @@ -4807,16 +4807,16 @@ __metadata:
languageName: node
linkType: hard

"@uniswap/v4-sdk@npm:^1.15.0":
version: 1.15.0
resolution: "@uniswap/v4-sdk@npm:1.15.0"
"@uniswap/v4-sdk@npm:^1.15.0, @uniswap/v4-sdk@npm:^1.16.0":
version: 1.16.0
resolution: "@uniswap/v4-sdk@npm:1.16.0"
dependencies:
"@ethersproject/solidity": ^5.0.9
"@uniswap/sdk-core": ^7.1.0
"@uniswap/v3-sdk": 3.21.0
"@uniswap/sdk-core": ^7.2.0
"@uniswap/v3-sdk": 3.22.0
tiny-invariant: ^1.1.0
tiny-warning: ^1.0.3
checksum: 8541dcaec654fc6dd2c0d4ce61e1858df5e07577349678e6a66c4f1b582cde316c5c036b2d8658ba11708633f9269c59bd24a6f460c1d7d7e5e708c7e09a45dc
checksum: 37df2034a3a3eb919bf24b9eeb7b7539a86344d081eb855cd97af85be0ce1a7de18e83ad3e2aaaab1118dae69010ec8bbd74f1650a62881e7ca46b77a2498bba
languageName: node
linkType: hard

Expand Down

0 comments on commit 6a3e15b

Please sign in to comment.