From aa97ec01d311b8e2adb8dc736896f12ccf47b044 Mon Sep 17 00:00:00 2001 From: willpote <81638931+willpote@users.noreply.github.com> Date: Tue, 11 Jan 2022 17:26:42 -0500 Subject: [PATCH] chore: bump sor to 2.5.10 (#3091) --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 130b491b0c..8eaf35c032 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "@uniswap/liquidity-staker": "^1.0.2", "@uniswap/merkle-distributor": "1.0.1", "@uniswap/router-sdk": "^1.0.3", - "@uniswap/smart-order-router": "^2.5.9", + "@uniswap/smart-order-router": "^2.5.10", "@uniswap/v2-core": "1.0.0", "@uniswap/v2-periphery": "^1.1.0-beta.0", "@uniswap/v2-sdk": "^3.0.1", diff --git a/yarn.lock b/yarn.lock index 69ca9eacdf..d7ae4d0ccd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5008,10 +5008,10 @@ tiny-invariant "^1.1.0" toformat "^2.0.0" -"@uniswap/smart-order-router@^2.5.9": - version "2.5.9" - resolved "https://registry.yarnpkg.com/@uniswap/smart-order-router/-/smart-order-router-2.5.9.tgz#00cd6e43f9a47ff4a5e3b7ff51dba65886776db1" - integrity sha512-xbD/J9M68KpvcaOSP9MMzTS6JN4iRjOessyBEYLgk/sYQpLwNDqvviE1TL0vsNnr+xlizMGsttpUzAgAJpjbwA== +"@uniswap/smart-order-router@^2.5.10": + version "2.5.10" + resolved "https://registry.yarnpkg.com/@uniswap/smart-order-router/-/smart-order-router-2.5.10.tgz#b7d1147797c68a24c8d42f07e5a36d740bf4f63f" + integrity sha512-0wXgVBjhb+v6ONINEuL//SVOk0qLeS54Br/yzjtu6nV7wA70jkqE+EZ84QqW8dpdG0AUUQ3qNDKoTSH3VSv9aw== dependencies: "@bitauth/libauth" "^1.17.1" "@ethersproject/bignumber" "^5.1.1"