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

Commit

Permalink
Merge pull request #56 from Uniswap/jsy1218/bump-v2-sdk-4.0.1
Browse files Browse the repository at this point in the history
chore: bump v2-sdk to 4.0.1
  • Loading branch information
jsy1218 authored Jan 17, 2024
2 parents bf44f55 + 501cd9f commit 646fde4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@ethersproject/abi": "^5.5.0",
"@uniswap/sdk-core": "^4.0.7",
"@uniswap/swap-router-contracts": "^1.1.0",
"@uniswap/v2-sdk": "^3.2.0",
"@uniswap/v2-sdk": "^4.0.1",
"@uniswap/v3-sdk": "^3.10.0"
},
"devDependencies": {
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1575,7 +1575,7 @@
resolved "https://registry.npmjs.org/@uniswap/lib/-/lib-4.0.1-alpha.tgz"
integrity sha512-f6UIliwBbRsgVLxIaBANF6w09tYqc6Y/qXdsrbEmXHyFA7ILiKrIwRFXe1yOg8M3cksgVsO9N7yuL2DdCGQKBA==

"@uniswap/sdk-core@^4", "@uniswap/sdk-core@^4.0.2", "@uniswap/sdk-core@^4.0.7":
"@uniswap/sdk-core@^4", "@uniswap/sdk-core@^4.0.7":
version "4.0.7"
resolved "https://registry.yarnpkg.com/@uniswap/sdk-core/-/sdk-core-4.0.7.tgz#90dfd070d7e44494234618af398da158363ae827"
integrity sha512-jscx7KUIWzQatcL5PHY6xy0gEL9IGQcL5h/obxzX9foP2KoNk9cq66Ia8I2Kvpa7zBcPOeW1hU0hJNBq6CzcIQ==
Expand Down Expand Up @@ -1604,14 +1604,14 @@
resolved "https://registry.npmjs.org/@uniswap/v2-core/-/v2-core-1.0.1.tgz"
integrity sha512-MtybtkUPSyysqLY2U210NBDeCHX+ltHt3oADGdjqoThZaFRDKwM6k1Nb3F0A3hk5hwuQvytFWhrWHOEq6nVJ8Q==

"@uniswap/v2-sdk@^3.2.0":
version "3.2.0"
resolved "https://registry.yarnpkg.com/@uniswap/v2-sdk/-/v2-sdk-3.2.0.tgz#2b872cb83ac60ba66dc1d11acd7795b67ca8ceb1"
integrity sha512-kBOJ6Iwtgb/2LckLMIzfbPM37/ll0F+33lzPmZlqoJwsT0F2hZdVfAhclufZcSb0Y9RdLXl6372CZJ+lhx8cUQ==
"@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.2"
"@uniswap/sdk-core" "^4.0.7"
tiny-invariant "^1.1.0"
tiny-warning "^1.0.3"

Expand Down

0 comments on commit 646fde4

Please sign in to comment.