Skip to content

Commit

Permalink
remove uniswap dep because it is a peer dep of toolkit
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev committed Oct 10, 2023
1 parent d5de088 commit 16d60c6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions omnichain/swap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@
"@types/node": ">=12.0.0",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",
"@uniswap/v2-core": "^1.0.1",
"@uniswap/v2-periphery": "^1.1.0-beta.0",
"@zetachain/toolkit": "^3.0.0",
"axios": "^1.3.6",
"chai": "^4.2.0",
Expand Down
5 changes: 0 additions & 5 deletions omnichain/swap/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1738,11 +1738,6 @@
resolved "https://registry.yarnpkg.com/@uniswap/v2-core/-/v2-core-1.0.0.tgz#e0fab91a7d53e8cafb5326ae4ca18351116b0844"
integrity sha512-BJiXrBGnN8mti7saW49MXwxDBRFiWemGetE58q8zgfnPPzQKq55ADltEILqOt6VFZ22kVeVKbF8gVd8aY3l7pA==

"@uniswap/v2-core@^1.0.1":
version "1.0.1"
resolved "https://registry.yarnpkg.com/@uniswap/v2-core/-/v2-core-1.0.1.tgz#af8f508bf183204779938969e2e54043e147d425"
integrity sha512-MtybtkUPSyysqLY2U210NBDeCHX+ltHt3oADGdjqoThZaFRDKwM6k1Nb3F0A3hk5hwuQvytFWhrWHOEq6nVJ8Q==

"@uniswap/v2-periphery@^1.1.0-beta.0":
version "1.1.0-beta.0"
resolved "https://registry.yarnpkg.com/@uniswap/v2-periphery/-/v2-periphery-1.1.0-beta.0.tgz#20a4ccfca22f1a45402303aedb5717b6918ebe6d"
Expand Down

0 comments on commit 16d60c6

Please sign in to comment.