From c8b8fdca4399643083c007943c421768cacf5d6e Mon Sep 17 00:00:00 2001 From: "Siyu Jiang (See-You John)" <91580504+jsy1218@users.noreply.github.com> Date: Wed, 30 Oct 2024 08:03:07 -0700 Subject: [PATCH] chore: bump sor to 4.7.6 - fix: await set cached routes (#892) Release https://github.com/Uniswap/smart-order-router/pull/754 --- 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 f2474c7324..cfd43b0e32 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "@uniswap/permit2-sdk": "^1.3.0", "@uniswap/router-sdk": "^1.14.0", "@uniswap/sdk-core": "^5.9.0", - "@uniswap/smart-order-router": "4.7.5", + "@uniswap/smart-order-router": "4.7.6", "@uniswap/token-lists": "^1.0.0-beta.33", "@uniswap/universal-router-sdk": "^4.6.1", "@uniswap/v2-sdk": "^4.6.1", @@ -4750,9 +4750,9 @@ } }, "node_modules/@uniswap/smart-order-router": { - "version": "4.7.5", - "resolved": "https://registry.npmjs.org/@uniswap/smart-order-router/-/smart-order-router-4.7.5.tgz", - "integrity": "sha512-3BlkCn0cPWhuWD1ACuIAmYJ5PAwhDYfvJloYAzREZj9/Ie5cpwUhXtHD3hBrS97S4Cbyh2UJ57dpwKpl8p/efA==", + "version": "4.7.6", + "resolved": "https://registry.npmjs.org/@uniswap/smart-order-router/-/smart-order-router-4.7.6.tgz", + "integrity": "sha512-P191SqV13rlzoy922qY+1h/JT4j8OwcfrUG1ebVOBUHjYScDenX/bFNsuaqDEX3f4ykSZu9jhiPsvP2FVx3n4A==", "dependencies": { "@eth-optimism/sdk": "^3.2.2", "@types/brotli": "^1.3.4", @@ -28449,9 +28449,9 @@ } }, "@uniswap/smart-order-router": { - "version": "4.7.5", - "resolved": "https://registry.npmjs.org/@uniswap/smart-order-router/-/smart-order-router-4.7.5.tgz", - "integrity": "sha512-3BlkCn0cPWhuWD1ACuIAmYJ5PAwhDYfvJloYAzREZj9/Ie5cpwUhXtHD3hBrS97S4Cbyh2UJ57dpwKpl8p/efA==", + "version": "4.7.6", + "resolved": "https://registry.npmjs.org/@uniswap/smart-order-router/-/smart-order-router-4.7.6.tgz", + "integrity": "sha512-P191SqV13rlzoy922qY+1h/JT4j8OwcfrUG1ebVOBUHjYScDenX/bFNsuaqDEX3f4ykSZu9jhiPsvP2FVx3n4A==", "requires": { "@eth-optimism/sdk": "^3.2.2", "@types/brotli": "^1.3.4", diff --git a/package.json b/package.json index 5c8580c7e3..8308adaa2a 100644 --- a/package.json +++ b/package.json @@ -87,7 +87,7 @@ "@uniswap/router-sdk": "^1.14.0", "@uniswap/sdk-core": "^5.9.0", "@types/semver": "^7.5.8", - "@uniswap/smart-order-router": "4.7.5", + "@uniswap/smart-order-router": "4.7.6", "@uniswap/token-lists": "^1.0.0-beta.33", "@uniswap/universal-router-sdk": "^4.6.1", "@uniswap/v2-sdk": "^4.6.1",