Skip to content

Commit

Permalink
feat(v3-sdk): bump sdk-core to have Unichain chainId (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
xrsv authored Nov 20, 2024
1 parent 41b5e78 commit be1cfff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sdks/v3-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"dependencies": {
"@ethersproject/abi": "^5.5.0",
"@ethersproject/solidity": "^5.0.9",
"@uniswap/sdk-core": "^5.8.1",
"@uniswap/sdk-core": "^6.0.0",
"@uniswap/swap-router-contracts": "^1.3.0",
"@uniswap/v3-periphery": "^1.1.1",
"@uniswap/v3-staker": "1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4784,7 +4784,7 @@ __metadata:
"@ethersproject/abi": ^5.5.0
"@ethersproject/solidity": ^5.0.9
"@types/jest": ^24.0.25
"@uniswap/sdk-core": ^5.8.1
"@uniswap/sdk-core": ^6.0.0
"@uniswap/swap-router-contracts": ^1.3.0
"@uniswap/v3-core": 1.0.0
"@uniswap/v3-periphery": ^1.1.1
Expand Down

0 comments on commit be1cfff

Please sign in to comment.