From a3b351e668462057e0e3d5643b99917fbe992181 Mon Sep 17 00:00:00 2001 From: jsy1218 <91580504+jsy1218@users.noreply.github.com> Date: Wed, 17 Jan 2024 10:37:10 -0800 Subject: [PATCH] bump sdk core to 4.0.7 --- .idea/workspace.xml | 88 +++++++++++++++++++++++++++++++++++++++++++++ package.json | 2 +- yarn.lock | 8 ++--- 3 files changed, 93 insertions(+), 5 deletions(-) create mode 100644 .idea/workspace.xml diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 00000000..6cc2edca --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,88 @@ + + + + + + + + + + + + { + "associatedIndex": 6 +} + + + + + + + + + + + + + + + + + + + + + + + + 1689181486996 + + + + + + + + + + file://$PROJECT_DIR$/src/entities/route.ts + 61 + + + + + \ No newline at end of file diff --git a/package.json b/package.json index 71f6ae76..b4a1c5df 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "dependencies": { "@ethersproject/abi": "^5.0.12", "@ethersproject/solidity": "^5.0.9", - "@uniswap/sdk-core": "^4", + "@uniswap/sdk-core": "^4.0.7", "@uniswap/swap-router-contracts": "^1.2.1", "@uniswap/v3-periphery": "^1.1.1", "@uniswap/v3-staker": "1.0.0", diff --git a/yarn.lock b/yarn.lock index dfdd6387..d04a7292 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1534,10 +1534,10 @@ resolved "https://registry.yarnpkg.com/@uniswap/lib/-/lib-4.0.1-alpha.tgz#2881008e55f075344675b3bca93f020b028fbd02" integrity sha512-f6UIliwBbRsgVLxIaBANF6w09tYqc6Y/qXdsrbEmXHyFA7ILiKrIwRFXe1yOg8M3cksgVsO9N7yuL2DdCGQKBA== -"@uniswap/sdk-core@^4": - version "4.0.2" - resolved "https://registry.yarnpkg.com/@uniswap/sdk-core/-/sdk-core-4.0.2.tgz#2eca2b5bf00bad74519aef918465c19218285b4b" - integrity sha512-rR5xobsAAP4yMYC7C+0+duVx0pFoDn2lV9kTWpoKgH1WJuw7hD1uDEvuevU2dL89TuixVgGvnYd0QxmrMtsIlg== +"@uniswap/sdk-core@^4.0.7": + version "4.0.10" + resolved "https://registry.yarnpkg.com/@uniswap/sdk-core/-/sdk-core-4.0.10.tgz#6173cc39d4e6b5ed679775447bb96a5b3c3fb2f2" + integrity sha512-RiobXJKXvVVb+wfNM09Ik8djOMOuRQGfyRP5pHgUjojicK/7nscZILjZ87DjVCGjXEoD8yTSIps0UAQuz6pJIw== dependencies: "@ethersproject/address" "^5.0.2" big.js "^5.2.2"