Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

chore: bump sdk-core to 4.0.7, v2-sdk to 4.0.1, v3-sdk to 3.10.1, and router-sdk to 1.7.5 #156

Merged
merged 5 commits into from
Jan 17, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@uniswap/router-sdk": "^1.6.0",
"@uniswap/sdk-core": "^4.0.0",
"@uniswap/universal-router": "1.6.0",
"@uniswap/v2-sdk": "^3.2.0",
"@uniswap/v2-sdk": "^4.0.1",
"@uniswap/v3-sdk": "^3.10.0",
"bignumber.js": "^9.0.2",
"ethers": "^5.3.1"
Expand Down
23 changes: 23 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2215,6 +2215,18 @@
tiny-invariant "^1.1.0"
toformat "^2.0.0"

"@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"
decimal.js-light "^2.5.0"
jsbi "^3.1.4"
tiny-invariant "^1.1.0"
toformat "^2.0.0"

"@uniswap/swap-router-contracts@1.1.0":
version "1.1.0"
resolved "https://registry.npmjs.org/@uniswap/swap-router-contracts/-/swap-router-contracts-1.1.0.tgz"
Expand Down Expand Up @@ -2263,6 +2275,17 @@
tiny-invariant "^1.1.0"
tiny-warning "^1.0.3"

"@uniswap/v2-sdk@^4.0.1":
version "4.0.1"
resolved "https://registry.yarnpkg.com/@uniswap/v2-sdk/-/v2-sdk-4.0.1.tgz#3dc47ba46dbd762e418c3e05880d3f33c3389a22"
integrity sha512-3mYejrgPcxzjntqTrd2ZlnCHvbxAkKUUQPQkH1J3bXSxjEjQC93UuMCdD4g9Pfizw0jFku3mN+rz8DiZ+GfSRg==
dependencies:
"@ethersproject/address" "^5.0.0"
"@ethersproject/solidity" "^5.0.0"
"@uniswap/sdk-core" "^4.0.7"
tiny-invariant "^1.1.0"
tiny-warning "^1.0.3"

"@uniswap/v3-core@1.0.0":
version "1.0.0"
resolved "https://registry.npmjs.org/@uniswap/v3-core/-/v3-core-1.0.0.tgz"
Expand Down
Loading