Skip to content

Commit

Permalink
feat(v4-sdk): bump sdk-core to 7.2.0 for arb, base, polygon (#252)
Browse files Browse the repository at this point in the history
## Description

release #249

## How Has This Been Tested?

_[e.g. Manually, E2E tests, unit tests, Storybook]_

## Are there any breaking changes?

_[e.g. Type definitions, API definitions]_

If there are breaking changes, please ensure you bump the major version Bump the major version (by using the title `feat(breaking): ...`), post a notice in #eng-sdks, and explicitly notify all Uniswap Labs consumers of the SDK.

## (Optional) Feedback Focus

_[Specific parts of this PR you'd like feedback on, or that reviewers should pay closer attention to]_

## (Optional) Follow Ups

_[Things that weren't addressed in this PR, ways you plan to build on this work, or other ways this work could be extended]_
  • Loading branch information
jsy1218 authored Jan 21, 2025
1 parent 538855e commit a303819
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 5 deletions.
4 changes: 2 additions & 2 deletions sdks/v4-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
},
"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"
},
Expand Down
22 changes: 19 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4745,7 +4745,7 @@ __metadata:
languageName: node
linkType: hard

"@uniswap/v3-sdk@npm:3.21.0, @uniswap/v3-sdk@npm:^3.21.0":
"@uniswap/v3-sdk@npm:3.21.0":
version: 3.21.0
resolution: "@uniswap/v3-sdk@npm:3.21.0"
dependencies:
Expand All @@ -4761,6 +4761,22 @@ __metadata:
languageName: node
linkType: hard

"@uniswap/v3-sdk@npm:3.22.0, @uniswap/v3-sdk@npm:^3.21.0":
version: 3.22.0
resolution: "@uniswap/v3-sdk@npm:3.22.0"
dependencies:
"@ethersproject/abi": ^5.5.0
"@ethersproject/solidity": ^5.0.9
"@uniswap/sdk-core": ^7.2.0
"@uniswap/swap-router-contracts": ^1.3.0
"@uniswap/v3-periphery": ^1.1.1
"@uniswap/v3-staker": 1.0.0
tiny-invariant: ^1.1.0
tiny-warning: ^1.0.3
checksum: 68ab1f0290768bc59ea8f9face60b204458dc56f73321d3200125baf31eaa53d0927343c8385da424a15363f9337bb58d54f64ff938121c2c844f501883d3569
languageName: node
linkType: hard

"@uniswap/v3-sdk@workspace:sdks/v3-sdk":
version: 0.0.0-use.local
resolution: "@uniswap/v3-sdk@workspace:sdks/v3-sdk"
Expand Down Expand Up @@ -4813,8 +4829,8 @@ __metadata:
"@types/mocha": ^9.1.1
"@types/node": ^18.7.16
"@types/node-fetch": ^2.6.2
"@uniswap/sdk-core": ^7.1.0
"@uniswap/v3-sdk": 3.21.0
"@uniswap/sdk-core": ^7.2.0
"@uniswap/v3-sdk": 3.22.0
chai: ^4.3.6
dotenv: ^16.0.3
eslint-plugin-prettier: ^3.4.1
Expand Down

0 comments on commit a303819

Please sign in to comment.