Skip to content

Commit

Permalink
Allow future uniswap sdk except bad version (4.0.6) (#348)
Browse files Browse the repository at this point in the history
  • Loading branch information
kahkeng authored Jul 25, 2023
1 parent 6513d6e commit 0572f2f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@types/node": "18.11.18",
"@types/react": "18.0.27",
"@types/react-dom": "18.0.10",
"@uniswap/sdk-core": "4.0.3",
"@uniswap/sdk-core": "<=4.0.3 || >4.0.6",
"@uniswap/smart-order-router": "^3.11.0",
"@uniswap/v3-periphery": "^1.4.3",
"copy-to-clipboard": "^3.3.3",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5690,7 +5690,7 @@ __metadata:
languageName: node
linkType: hard

"@uniswap/sdk-core@npm:4.0.3":
"@uniswap/sdk-core@npm:<=4.0.3 || >4.0.6":
version: 4.0.3
resolution: "@uniswap/sdk-core@npm:4.0.3"
dependencies:
Expand Down Expand Up @@ -8128,7 +8128,7 @@ __metadata:
"@types/node": 18.11.18
"@types/react": 18.0.27
"@types/react-dom": 18.0.10
"@uniswap/sdk-core": 4.0.3
"@uniswap/sdk-core": <=4.0.3 || >4.0.6
"@uniswap/smart-order-router": ^3.11.0
"@uniswap/v3-periphery": ^1.4.3
autoprefixer: ^10.4.14
Expand Down

0 comments on commit 0572f2f

Please sign in to comment.