Skip to content

Commit

Permalink
feat(v4-sdk): bump sdk-core to 7.1.0 for base sepolia and monad testn…
Browse files Browse the repository at this point in the history
…et in v4-sdk (#243)

## Description

Release #242 #240

## 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 13, 2025
1 parent fd3ea4b commit dd4b91b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sdks/v4-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"dependencies": {
"@ethersproject/solidity": "^5.0.9",
"@uniswap/sdk-core": "^6.1.1",
"@uniswap/sdk-core": "^7.1.0",
"@uniswap/v3-sdk": "3.20.0",
"tiny-invariant": "^1.1.0",
"tiny-warning": "^1.0.3"
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4830,7 +4830,7 @@ __metadata:
"@types/mocha": ^9.1.1
"@types/node": ^18.7.16
"@types/node-fetch": ^2.6.2
"@uniswap/sdk-core": ^6.1.1
"@uniswap/sdk-core": ^7.1.0
"@uniswap/v3-sdk": 3.20.0
chai: ^4.3.6
dotenv: ^16.0.3
Expand Down

0 comments on commit dd4b91b

Please sign in to comment.