Skip to content

Commit

Permalink
fix(v3-sdk): bump sdk-core in v3-sdk for astrochain v3 redeploy (#149)
Browse files Browse the repository at this point in the history
## Description

bump sdk-core in v3-sdk. 

## How Has This Been Tested?

will test in routing

## Are there any breaking changes?

No

## (Optional) Feedback Focus

## (Optional) Follow Ups
  • Loading branch information
jsy1218 authored Oct 4, 2024
1 parent d22530b commit aea9380
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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.0",
"@uniswap/sdk-core": "^5.8.1",
"@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 @@ -4639,9 +4639,9 @@ __metadata:
languageName: unknown
linkType: soft

"@uniswap/sdk-core@npm:^5.0.0, @uniswap/sdk-core@npm:^5.3.0, @uniswap/sdk-core@npm:^5.3.1, @uniswap/sdk-core@npm:^5.8.0":
version: 5.8.0
resolution: "@uniswap/sdk-core@npm:5.8.0"
"@uniswap/sdk-core@npm:^5.0.0, @uniswap/sdk-core@npm:^5.3.0, @uniswap/sdk-core@npm:^5.3.1, @uniswap/sdk-core@npm:^5.8.0, @uniswap/sdk-core@npm:^5.8.1":
version: 5.8.1
resolution: "@uniswap/sdk-core@npm:5.8.1"
dependencies:
"@ethersproject/address": ^5.0.2
"@ethersproject/bytes": ^5.7.0
Expand All @@ -4652,7 +4652,7 @@ __metadata:
jsbi: ^3.1.4
tiny-invariant: ^1.1.0
toformat: ^2.0.0
checksum: bba467147d544041cb68cc26243d430beb66a24cfde2c8297d94f56a49e204052d9c709d95e9ec28ef208fa0a38a86e9df5ea5d8ed8dc359284b87734f8d3efc
checksum: e475550cd238e87a4fd6670c5a50a9859f9ea5b72c23fe6a25c72fc05a24044286c35981bc0b79b05102251362323e22147cc0140ee8bbf4ae14f323978256bf
languageName: node
linkType: hard

Expand Down Expand Up @@ -4867,7 +4867,7 @@ __metadata:
"@ethersproject/abi": ^5.5.0
"@ethersproject/solidity": ^5.0.9
"@types/jest": ^24.0.25
"@uniswap/sdk-core": ^5.8.0
"@uniswap/sdk-core": ^5.8.1
"@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 aea9380

Please sign in to comment.