Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(v3-sdk): bump sdk-core to 7.2.0 for arb, base, polygon #251

Merged
merged 1 commit into from
Jan 21, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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": "^7.1.0",
"@uniswap/sdk-core": "^7.2.0",
"@uniswap/swap-router-contracts": "^1.3.0",
"@uniswap/v3-periphery": "^1.1.1",
"@uniswap/v3-staker": "1.0.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4556,9 +4556,9 @@ __metadata:
languageName: node
linkType: hard

"@uniswap/sdk-core@npm:^7.1.0":
version: 7.1.0
resolution: "@uniswap/sdk-core@npm:7.1.0"
"@uniswap/sdk-core@npm:^7.1.0, @uniswap/sdk-core@npm:^7.2.0":
version: 7.2.0
resolution: "@uniswap/sdk-core@npm:7.2.0"
dependencies:
"@ethersproject/address": ^5.0.2
"@ethersproject/bytes": ^5.7.0
Expand All @@ -4569,7 +4569,7 @@ __metadata:
jsbi: ^3.1.4
tiny-invariant: ^1.1.0
toformat: ^2.0.0
checksum: 6c307c0a30e778c0a9f4e8064751442c9f651eeca2f49148393c89f8daf581119b439c3a19d7a90805d68c8525bbdf33a491f4c25b64496682c648d3fe525805
checksum: 381e8caabc04f401e92e683bd7ebb6ee14ba3adf3377983621c067b1cfd69dde496804f2332504b861fe67bebf2b570ff94127378af494f211b134633b07e8b4
languageName: node
linkType: hard

Expand Down Expand Up @@ -4768,7 +4768,7 @@ __metadata:
"@ethersproject/abi": ^5.5.0
"@ethersproject/solidity": ^5.0.9
"@types/jest": ^24.0.25
"@uniswap/sdk-core": ^7.1.0
"@uniswap/sdk-core": ^7.2.0
"@uniswap/swap-router-contracts": ^1.3.0
"@uniswap/v3-core": 1.0.0
"@uniswap/v3-periphery": ^1.1.1
Expand Down
Loading