From a3c91e8709fc5f55ef28a2de6bd92af52ec178e4 Mon Sep 17 00:00:00 2001 From: "Siyu Jiang (See-You John)" <91580504+jsy1218@users.noreply.github.com> Date: Wed, 15 Jan 2025 16:56:46 -0800 Subject: [PATCH] chore: bump sor to 4.14.2 - add bytes32 non-null terminator token address logging (#967) release https://github.com/Uniswap/smart-order-router/pull/799 --- 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 9d8f44e5f6..e504aa6d50 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "@uniswap/permit2-sdk": "^1.3.0", "@uniswap/router-sdk": "^1.18.0", "@uniswap/sdk-core": "^7.1.0", - "@uniswap/smart-order-router": "4.14.1", + "@uniswap/smart-order-router": "4.14.2", "@uniswap/token-lists": "^1.0.0-beta.33", "@uniswap/universal-router-sdk": "^4.10.0", "@uniswap/v2-sdk": "^4.9.0", @@ -4508,9 +4508,9 @@ } }, "node_modules/@uniswap/smart-order-router": { - "version": "4.14.1", - "resolved": "https://registry.npmjs.org/@uniswap/smart-order-router/-/smart-order-router-4.14.1.tgz", - "integrity": "sha512-neYcP6C5s2FZi6yNnCOK7RkfMW37j6zo/qxwq2A2/B/i8q6M9THOBlLos5OB1LtpV1bwCU1ob/TZadfJtqJfzQ==", + "version": "4.14.2", + "resolved": "https://registry.npmjs.org/@uniswap/smart-order-router/-/smart-order-router-4.14.2.tgz", + "integrity": "sha512-agBoMI965W810wHwLF4GqaE9ZCBi+dR6sny3TVkhGM26UtetM40aXl6hSLbmYcGfjodEAKj/wyFHbg4Lf3Kgaw==", "dependencies": { "@eth-optimism/sdk": "^3.2.2", "@types/brotli": "^1.3.4", @@ -27936,9 +27936,9 @@ } }, "@uniswap/smart-order-router": { - "version": "4.14.1", - "resolved": "https://registry.npmjs.org/@uniswap/smart-order-router/-/smart-order-router-4.14.1.tgz", - "integrity": "sha512-neYcP6C5s2FZi6yNnCOK7RkfMW37j6zo/qxwq2A2/B/i8q6M9THOBlLos5OB1LtpV1bwCU1ob/TZadfJtqJfzQ==", + "version": "4.14.2", + "resolved": "https://registry.npmjs.org/@uniswap/smart-order-router/-/smart-order-router-4.14.2.tgz", + "integrity": "sha512-agBoMI965W810wHwLF4GqaE9ZCBi+dR6sny3TVkhGM26UtetM40aXl6hSLbmYcGfjodEAKj/wyFHbg4Lf3Kgaw==", "requires": { "@eth-optimism/sdk": "^3.2.2", "@types/brotli": "^1.3.4", diff --git a/package.json b/package.json index 005d309081..ec04b050ba 100644 --- a/package.json +++ b/package.json @@ -88,7 +88,7 @@ "@uniswap/permit2-sdk": "^1.3.0", "@uniswap/router-sdk": "^1.18.0", "@uniswap/sdk-core": "^7.1.0", - "@uniswap/smart-order-router": "4.14.1", + "@uniswap/smart-order-router": "4.14.2", "@uniswap/token-lists": "^1.0.0-beta.33", "@uniswap/universal-router-sdk": "^4.10.0", "@uniswap/v2-sdk": "^4.9.0",