From c1433820a08cbeddaf901dfce4f8a928385bd52d Mon Sep 17 00:00:00 2001 From: Miguel Cervera Date: Wed, 31 Jul 2024 08:27:58 -0700 Subject: [PATCH] bump(sor): Update SOR version 3.38.0 (#800) --- 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 8f3e16e1b..d1cd1c6ad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "@uniswap/permit2-sdk": "^1.3.0", "@uniswap/router-sdk": "^1.9.2", "@uniswap/sdk-core": "^5.3.0", - "@uniswap/smart-order-router": "3.37.2", + "@uniswap/smart-order-router": "3.38.0", "@uniswap/token-lists": "^1.0.0-beta.33", "@uniswap/universal-router-sdk": "^2.2.0", "@uniswap/v2-sdk": "^4.3.2", @@ -4748,9 +4748,9 @@ } }, "node_modules/@uniswap/smart-order-router": { - "version": "3.37.2", - "resolved": "https://registry.npmjs.org/@uniswap/smart-order-router/-/smart-order-router-3.37.2.tgz", - "integrity": "sha512-Ulj8+uu6BhCJNPVuUJMla48bbeLFsBEsLwukZwHBx0sSFxITP61IumzCBSgnTqlJsaI5Zbi7gF5qjgH/LMTm8Q==", + "version": "3.38.0", + "resolved": "https://registry.npmjs.org/@uniswap/smart-order-router/-/smart-order-router-3.38.0.tgz", + "integrity": "sha512-qZaTIrORRBWHyZV5M03H1a3L11eoFb+JI21A2NohtTZSETiEh6h+x7KlZiNClWXT6VKzPq5SDYCj+YiBI6Ml8w==", "dependencies": { "@eth-optimism/sdk": "^3.2.2", "@types/brotli": "^1.3.4", @@ -28385,9 +28385,9 @@ } }, "@uniswap/smart-order-router": { - "version": "3.37.2", - "resolved": "https://registry.npmjs.org/@uniswap/smart-order-router/-/smart-order-router-3.37.2.tgz", - "integrity": "sha512-Ulj8+uu6BhCJNPVuUJMla48bbeLFsBEsLwukZwHBx0sSFxITP61IumzCBSgnTqlJsaI5Zbi7gF5qjgH/LMTm8Q==", + "version": "3.38.0", + "resolved": "https://registry.npmjs.org/@uniswap/smart-order-router/-/smart-order-router-3.38.0.tgz", + "integrity": "sha512-qZaTIrORRBWHyZV5M03H1a3L11eoFb+JI21A2NohtTZSETiEh6h+x7KlZiNClWXT6VKzPq5SDYCj+YiBI6Ml8w==", "requires": { "@eth-optimism/sdk": "^3.2.2", "@types/brotli": "^1.3.4", diff --git a/package.json b/package.json index cd80e4b46..628547abe 100644 --- a/package.json +++ b/package.json @@ -87,7 +87,7 @@ "@uniswap/router-sdk": "^1.9.2", "@uniswap/sdk-core": "^5.3.0", "@types/semver": "^7.5.8", - "@uniswap/smart-order-router": "3.37.2", + "@uniswap/smart-order-router": "3.38.0", "@uniswap/token-lists": "^1.0.0-beta.33", "@uniswap/universal-router-sdk": "^2.2.0", "@uniswap/v2-sdk": "^4.3.2",