Skip to content

Commit

Permalink
feat(v4-sdk): bump sdk-core to 7.1.0 for base sepolia and monad testn…
Browse files Browse the repository at this point in the history
…et in v4-sdk
  • Loading branch information
jsy1218 committed Jan 13, 2025
1 parent fd3ea4b commit d830a09
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 4 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.1.1",
"@uniswap/v3-sdk": "3.20.0",
"@uniswap/sdk-core": "^7.1.0",
"@uniswap/v3-sdk": "3.21.0",
"tiny-invariant": "^1.1.0",
"tiny-warning": "^1.0.3"
},
Expand Down
20 changes: 18 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4778,6 +4778,22 @@ __metadata:
languageName: node
linkType: hard

"@uniswap/v3-sdk@npm:3.21.0":
version: 3.21.0
resolution: "@uniswap/v3-sdk@npm:3.21.0"
dependencies:
"@ethersproject/abi": ^5.5.0
"@ethersproject/solidity": ^5.0.9
"@uniswap/sdk-core": ^7.1.0
"@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: 252b6b4f53cad00147542f722cdd5bd7cf42085480c984e56fa3b02321b5fc41f866783d2be783020e9ee9b385510467656c55a2256889fe31092fec1f9ec7d8
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 @@ -4830,8 +4846,8 @@ __metadata:
"@types/mocha": ^9.1.1
"@types/node": ^18.7.16
"@types/node-fetch": ^2.6.2
"@uniswap/sdk-core": ^6.1.1
"@uniswap/v3-sdk": 3.20.0
"@uniswap/sdk-core": ^7.1.0
"@uniswap/v3-sdk": 3.21.0
chai: ^4.3.6
dotenv: ^16.0.3
eslint-plugin-prettier: ^3.4.1
Expand Down

0 comments on commit d830a09

Please sign in to comment.