From 7f4dbf9346455e0bf009da914afd0aa27d80b170 Mon Sep 17 00:00:00 2001 From: vignesh mohankumar Date: Fri, 9 Sep 2022 18:31:41 -0400 Subject: [PATCH] chore: update smart-order-router (#4600) * bump SOR * dedupe --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index e4bfefae81..819dc18d1e 100644 --- a/package.json +++ b/package.json @@ -137,7 +137,7 @@ "@uniswap/redux-multicall": "^1.1.5", "@uniswap/router-sdk": "^1.3.0", "@uniswap/sdk-core": "^3.0.1", - "@uniswap/smart-order-router": "^2.9.2", + "@uniswap/smart-order-router": "^2.10.0", "@uniswap/token-lists": "^1.0.0-beta.30", "@uniswap/v2-core": "1.0.0", "@uniswap/v2-periphery": "^1.1.0-beta.0", diff --git a/yarn.lock b/yarn.lock index 6543abdc62..c6fd85e1b3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4079,10 +4079,10 @@ tiny-invariant "^1.1.0" toformat "^2.0.0" -"@uniswap/smart-order-router@^2.5.26", "@uniswap/smart-order-router@^2.9.2": - version "2.9.2" - resolved "https://registry.yarnpkg.com/@uniswap/smart-order-router/-/smart-order-router-2.9.2.tgz#3c9296b5b3821e191b6759a870330e4b10a9e9df" - integrity sha512-t+ruGvZTOvOJcVjxNPSU4o3GuPU/RYHr8KSKZlAHkZfusjbWrOLrO/aHzy/ncoRMNQz1UMBWQ2n3LDzqBxbTkA== +"@uniswap/smart-order-router@^2.10.0", "@uniswap/smart-order-router@^2.5.26": + version "2.10.0" + resolved "https://registry.yarnpkg.com/@uniswap/smart-order-router/-/smart-order-router-2.10.0.tgz#f9f13bd9a940fc2ee123a6dbe6c64a6fab19a365" + integrity sha512-7dfFlPbg36goZOWlRowTDDrRc1vWwKLhAuhftf6sN+ECJ4CeqRgDDZgxw/ZJhfDSl1RC6IYN71CfEcmhnbRDlw== dependencies: "@uniswap/default-token-list" "^2.0.0" "@uniswap/router-sdk" "^1.3.0"