From 30223cb1e8776ba2034a3b4e631fbee9602be0e8 Mon Sep 17 00:00:00 2001 From: "Siyu Jiang (See-You John)" <91580504+jsy1218@users.noreply.github.com> Date: Mon, 26 Aug 2024 15:17:30 -0700 Subject: [PATCH] chore: bump sor to 3.43.2 - fix: ticks crossing gas estimate (#817) Release https://github.com/Uniswap/smart-order-router/pull/675 --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5f7382aae7..526fb51348 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "@uniswap/permit2-sdk": "^1.3.0", "@uniswap/router-sdk": "^1.10.0", "@uniswap/sdk-core": "^5.3.0", - "@uniswap/smart-order-router": "3.43.1", + "@uniswap/smart-order-router": "3.43.2", "@uniswap/token-lists": "^1.0.0-beta.33", "@uniswap/universal-router-sdk": "^2.2.4", "@uniswap/v2-sdk": "^4.3.2", @@ -4749,9 +4749,9 @@ } }, "node_modules/@uniswap/smart-order-router": { - "version": "3.43.1", - "resolved": "https://registry.npmjs.org/@uniswap/smart-order-router/-/smart-order-router-3.43.1.tgz", - "integrity": "sha512-jo601ATVSrz8Hdeyp3ftyC6fsPRXgM+iFT+IoIaj8sVCFEp+xuXDlTnMR/PzXQYkGOemf/yyD00dpt1bMJ0atA==", + "version": "3.43.2", + "resolved": "https://registry.npmjs.org/@uniswap/smart-order-router/-/smart-order-router-3.43.2.tgz", + "integrity": "sha512-UFBbm/NYL85AZoUpYIU0k8cehf8ldF3YhUR8cmcBhirBuWisLIJ1pgcECBPB2czZNdxbUO4YlBcldz8dWzUZeA==", "dependencies": { "@eth-optimism/sdk": "^3.2.2", "@types/brotli": "^1.3.4", @@ -28422,9 +28422,9 @@ } }, "@uniswap/smart-order-router": { - "version": "3.43.1", - "resolved": "https://registry.npmjs.org/@uniswap/smart-order-router/-/smart-order-router-3.43.1.tgz", - "integrity": "sha512-jo601ATVSrz8Hdeyp3ftyC6fsPRXgM+iFT+IoIaj8sVCFEp+xuXDlTnMR/PzXQYkGOemf/yyD00dpt1bMJ0atA==", + "version": "3.43.2", + "resolved": "https://registry.npmjs.org/@uniswap/smart-order-router/-/smart-order-router-3.43.2.tgz", + "integrity": "sha512-UFBbm/NYL85AZoUpYIU0k8cehf8ldF3YhUR8cmcBhirBuWisLIJ1pgcECBPB2czZNdxbUO4YlBcldz8dWzUZeA==", "requires": { "@eth-optimism/sdk": "^3.2.2", "@types/brotli": "^1.3.4", diff --git a/package.json b/package.json index ae7022d540..cfce3fcad6 100644 --- a/package.json +++ b/package.json @@ -87,7 +87,7 @@ "@uniswap/router-sdk": "^1.10.0", "@uniswap/sdk-core": "^5.3.0", "@types/semver": "^7.5.8", - "@uniswap/smart-order-router": "3.43.1", + "@uniswap/smart-order-router": "3.43.2", "@uniswap/token-lists": "^1.0.0-beta.33", "@uniswap/universal-router-sdk": "^2.2.4", "@uniswap/v2-sdk": "^4.3.2",