Skip to content

Commit b62e94c

Browse files
authored
Fix broken uniswap dependency (#98)
1 parent 52999fd commit b62e94c

File tree

3 files changed

+29
-7
lines changed

3 files changed

+29
-7
lines changed

.changeset/good-sloths-wish.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@scaffold-ui/hooks": patch
3+
---
4+
5+
fix: broken @uniswap/v2-sdk version

packages/hooks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
},
4141
"dependencies": {
4242
"@uniswap/sdk-core": "^7.7.2",
43-
"@uniswap/v2-sdk": "^4.15.2",
43+
"@uniswap/v2-sdk": "4.19.1",
4444
"blo": "^1.2.0",
4545
"usehooks-ts": "^3.1.1"
4646
}

pnpm-lock.yaml

Lines changed: 23 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)