From e44eb791ac8987cecea0cd3460e2338ce40de67e Mon Sep 17 00:00:00 2001 From: "Siyu Jiang (See-You John)" <91580504+jsy1218@users.noreply.github.com> Date: Fri, 13 Dec 2024 10:58:19 -0800 Subject: [PATCH] chore: bump sor to 4.9.2 - fix: map virtual swap InsufficientToken as SlippageTooLow (#950) --- 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 baab2b2f6..1564d4a41 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.9.1", + "@uniswap/smart-order-router": "4.9.2", "@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.9.1", - "resolved": "https://registry.npmjs.org/@uniswap/smart-order-router/-/smart-order-router-4.9.1.tgz", - "integrity": "sha512-S4lU+THbOdIZMZht9ykyuBNCYHdL2LXtfCiVxOC6znRxpaGHSiY/CWM60bWxNcT8GgJVZaeC3yEqz5tnjZIvzw==", + "version": "4.9.2", + "resolved": "https://registry.npmjs.org/@uniswap/smart-order-router/-/smart-order-router-4.9.2.tgz", + "integrity": "sha512-vAb5x5tGC71GlAgvZj2WczYD/yV0MemJbFmSle/9sokD+qlcgw48hiHaAEzne+bHSHYFfoRr5gsxDeJojsdDug==", "dependencies": { "@eth-optimism/sdk": "^3.2.2", "@types/brotli": "^1.3.4", @@ -27959,9 +27959,9 @@ } }, "@uniswap/smart-order-router": { - "version": "4.9.1", - "resolved": "https://registry.npmjs.org/@uniswap/smart-order-router/-/smart-order-router-4.9.1.tgz", - "integrity": "sha512-S4lU+THbOdIZMZht9ykyuBNCYHdL2LXtfCiVxOC6znRxpaGHSiY/CWM60bWxNcT8GgJVZaeC3yEqz5tnjZIvzw==", + "version": "4.9.2", + "resolved": "https://registry.npmjs.org/@uniswap/smart-order-router/-/smart-order-router-4.9.2.tgz", + "integrity": "sha512-vAb5x5tGC71GlAgvZj2WczYD/yV0MemJbFmSle/9sokD+qlcgw48hiHaAEzne+bHSHYFfoRr5gsxDeJojsdDug==", "requires": { "@eth-optimism/sdk": "^3.2.2", "@types/brotli": "^1.3.4", diff --git a/package.json b/package.json index 1410456f9..c87569381 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.9.1", + "@uniswap/smart-order-router": "4.9.2", "@uniswap/token-lists": "^1.0.0-beta.33", "@uniswap/universal-router-sdk": "^4.6.1", "@uniswap/v2-sdk": "^4.6.1",