From cd002b49a999342acec6e0820db88c331bab624d Mon Sep 17 00:00:00 2001 From: jsy1218 <91580504+jsy1218@users.noreply.github.com> Date: Mon, 13 Jan 2025 09:41:41 -0800 Subject: [PATCH] feat(v2-sdk): bump sdk-core to 7.1.0 for base sepolia and monad testnet --- sdks/v2-sdk/package.json | 2 +- yarn.lock | 19 ++++++++++++++++++- 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/sdks/v2-sdk/package.json b/sdks/v2-sdk/package.json index 1b194484..58f46e27 100644 --- a/sdks/v2-sdk/package.json +++ b/sdks/v2-sdk/package.json @@ -26,7 +26,7 @@ "dependencies": { "@ethersproject/address": "^5.0.2", "@ethersproject/solidity": "^5.0.9", - "@uniswap/sdk-core": "^6.1.1", + "@uniswap/sdk-core": "^7.1.0", "tiny-invariant": "^1.1.0", "tiny-warning": "^1.0.3" }, diff --git a/yarn.lock b/yarn.lock index da6ff5be..f2c7ce9e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4573,6 +4573,23 @@ __metadata: languageName: node linkType: hard +"@uniswap/sdk-core@npm:^7.1.0": + version: 7.1.0 + resolution: "@uniswap/sdk-core@npm:7.1.0" + dependencies: + "@ethersproject/address": ^5.0.2 + "@ethersproject/bytes": ^5.7.0 + "@ethersproject/keccak256": 5.7.0 + "@ethersproject/strings": 5.7.0 + big.js: ^5.2.2 + decimal.js-light: ^2.5.0 + jsbi: ^3.1.4 + tiny-invariant: ^1.1.0 + toformat: ^2.0.0 + checksum: 6c307c0a30e778c0a9f4e8064751442c9f651eeca2f49148393c89f8daf581119b439c3a19d7a90805d68c8525bbdf33a491f4c25b64496682c648d3fe525805 + languageName: node + linkType: hard + "@uniswap/sdk-core@workspace:sdks/sdk-core": version: 0.0.0-use.local resolution: "@uniswap/sdk-core@workspace:sdks/sdk-core" @@ -4709,7 +4726,7 @@ __metadata: "@ethersproject/solidity": ^5.0.9 "@types/big.js": ^4.0.5 "@types/jest": ^24.0.25 - "@uniswap/sdk-core": ^6.1.1 + "@uniswap/sdk-core": ^7.1.0 "@uniswap/v2-core": ^1.0.1 eslint-config-react-app: 7.0.1 tiny-invariant: ^1.1.0