Skip to content

Commit

Permalink
feat(v4-sdk): bump sdk-core 6.11 and v3-sdk 3.20.0 (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsy1218 authored Jan 9, 2025
1 parent dc30eb7 commit c807930
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 5 deletions.
4 changes: 2 additions & 2 deletions sdks/v4-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
},
"dependencies": {
"@ethersproject/solidity": "^5.0.9",
"@uniswap/sdk-core": "^6.0.0",
"@uniswap/v3-sdk": "3.19.0",
"@uniswap/sdk-core": "^6.1.1",
"@uniswap/v3-sdk": "3.20.0",
"tiny-invariant": "^1.1.0",
"tiny-warning": "^1.0.3"
},
Expand Down
22 changes: 19 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4745,7 +4745,7 @@ __metadata:
languageName: node
linkType: hard

"@uniswap/v3-sdk@npm:3.19.0, @uniswap/v3-sdk@npm:^3.19.0":
"@uniswap/v3-sdk@npm:3.19.0":
version: 3.19.0
resolution: "@uniswap/v3-sdk@npm:3.19.0"
dependencies:
Expand All @@ -4761,6 +4761,22 @@ __metadata:
languageName: node
linkType: hard

"@uniswap/v3-sdk@npm:3.20.0, @uniswap/v3-sdk@npm:^3.19.0":
version: 3.20.0
resolution: "@uniswap/v3-sdk@npm:3.20.0"
dependencies:
"@ethersproject/abi": ^5.5.0
"@ethersproject/solidity": ^5.0.9
"@uniswap/sdk-core": ^6.1.1
"@uniswap/swap-router-contracts": ^1.3.0
"@uniswap/v3-periphery": ^1.1.1
"@uniswap/v3-staker": 1.0.0
tiny-invariant: ^1.1.0
tiny-warning: ^1.0.3
checksum: 156b75bad315f1be67422a2c08d8c9fc19dfc6328d0c065b37b9261a48f577f909c7a4e2be27b30d4af401261f0fdf9605f41b87aaa9d7810a97a361f7e6840d
languageName: node
linkType: hard

"@uniswap/v3-sdk@workspace:sdks/v3-sdk":
version: 0.0.0-use.local
resolution: "@uniswap/v3-sdk@workspace:sdks/v3-sdk"
Expand Down Expand Up @@ -4813,8 +4829,8 @@ __metadata:
"@types/mocha": ^9.1.1
"@types/node": ^18.7.16
"@types/node-fetch": ^2.6.2
"@uniswap/sdk-core": ^6.0.0
"@uniswap/v3-sdk": 3.19.0
"@uniswap/sdk-core": ^6.1.1
"@uniswap/v3-sdk": 3.20.0
chai: ^4.3.6
dotenv: ^16.0.3
eslint-plugin-prettier: ^3.4.1
Expand Down

0 comments on commit c807930

Please sign in to comment.