From 55c18589f7a40f9a4f0f49d0715ff51ded51f4fb Mon Sep 17 00:00:00 2001 From: Vasilis Xouris Date: Tue, 3 Dec 2024 16:25:20 -0800 Subject: [PATCH] chore: bump sor to 4.8.5 - fix: Use syntheticGasCostInTermsOfQuoteToken only if within 30% of gasCostInTermsOfQuoteToken --- 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 84087d27b..07184ccb3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "@uniswap/permit2-sdk": "^1.3.0", "@uniswap/router-sdk": "^1.14.0", "@uniswap/sdk-core": "^5.9.0", - "@uniswap/smart-order-router": "4.8.4", + "@uniswap/smart-order-router": "4.8.5", "@uniswap/token-lists": "^1.0.0-beta.33", "@uniswap/universal-router-sdk": "^4.6.1", "@uniswap/v2-sdk": "^4.6.1", @@ -4508,9 +4508,9 @@ } }, "node_modules/@uniswap/smart-order-router": { - "version": "4.8.4", - "resolved": "https://registry.npmjs.org/@uniswap/smart-order-router/-/smart-order-router-4.8.4.tgz", - "integrity": "sha512-HpfC8G5CyiNKKtBffiInZOrnqxe2YszC1H8Q8hh89vgUJAsxt606ibAwrj8OFSx8W+Jb6BAw5wRUi7qF8SYNFQ==", + "version": "4.8.5", + "resolved": "https://registry.npmjs.org/@uniswap/smart-order-router/-/smart-order-router-4.8.5.tgz", + "integrity": "sha512-XFLgQgkSB0mUkWijgTaNm9Mb5IEhqZJMpZ+33Gj6AcJnEwKmN8XA02owaZlVw/YH272Tx2Vn4+2CxCfwOZJ6wA==", "dependencies": { "@eth-optimism/sdk": "^3.2.2", "@types/brotli": "^1.3.4", @@ -27959,9 +27959,9 @@ } }, "@uniswap/smart-order-router": { - "version": "4.8.4", - "resolved": "https://registry.npmjs.org/@uniswap/smart-order-router/-/smart-order-router-4.8.4.tgz", - "integrity": "sha512-HpfC8G5CyiNKKtBffiInZOrnqxe2YszC1H8Q8hh89vgUJAsxt606ibAwrj8OFSx8W+Jb6BAw5wRUi7qF8SYNFQ==", + "version": "4.8.5", + "resolved": "https://registry.npmjs.org/@uniswap/smart-order-router/-/smart-order-router-4.8.5.tgz", + "integrity": "sha512-XFLgQgkSB0mUkWijgTaNm9Mb5IEhqZJMpZ+33Gj6AcJnEwKmN8XA02owaZlVw/YH272Tx2Vn4+2CxCfwOZJ6wA==", "requires": { "@eth-optimism/sdk": "^3.2.2", "@types/brotli": "^1.3.4", diff --git a/package.json b/package.json index 1e76c0f8c..9c8a56fee 100644 --- a/package.json +++ b/package.json @@ -88,7 +88,7 @@ "@uniswap/permit2-sdk": "^1.3.0", "@uniswap/router-sdk": "^1.14.0", "@uniswap/sdk-core": "^5.9.0", - "@uniswap/smart-order-router": "4.8.4", + "@uniswap/smart-order-router": "4.8.5", "@uniswap/token-lists": "^1.0.0-beta.33", "@uniswap/universal-router-sdk": "^4.6.1", "@uniswap/v2-sdk": "^4.6.1",