From a3038198e870c4927ef6df82b7b1e0ecd633beb0 Mon Sep 17 00:00:00 2001 From: "Siyu Jiang (See-You John)" <91580504+jsy1218@users.noreply.github.com> Date: Tue, 21 Jan 2025 14:14:53 -0800 Subject: [PATCH] feat(v4-sdk): bump sdk-core to 7.2.0 for arb, base, polygon (#252) ## Description release https://github.com/Uniswap/sdks/pull/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]_ --- sdks/v4-sdk/package.json | 4 ++-- yarn.lock | 22 +++++++++++++++++++--- 2 files changed, 21 insertions(+), 5 deletions(-) diff --git a/sdks/v4-sdk/package.json b/sdks/v4-sdk/package.json index 2c96e03a..a3bd29c7 100644 --- a/sdks/v4-sdk/package.json +++ b/sdks/v4-sdk/package.json @@ -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" }, diff --git a/yarn.lock b/yarn.lock index f499d4df..b9dae727 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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: @@ -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" @@ -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