Skip to content

Commit

Permalink
feat(v3-sdk): support astrochain sepolia on v3-sk
Browse files Browse the repository at this point in the history
  • Loading branch information
jsy1218 committed Oct 1, 2024
1 parent 65c77a1 commit 24ffbab
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.6.0",
"@uniswap/sdk-core": "^5.7.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 @@ -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.6.0":
version: 5.6.0
resolution: "@uniswap/sdk-core@npm:5.6.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.6.0, @uniswap/sdk-core@npm:^5.7.0":
version: 5.7.0
resolution: "@uniswap/sdk-core@npm:5.7.0"
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: 2fabe33e94e70a1fb3d194ef3e622920cd0eed2a23e68a0cf0c3535a8589a0175b4c6a8c7aed55a28d16539ff3ea9058ada5a98200f82728179f3b8445856665
checksum: 7c38696307d70fce51f1fdf1797594eebbd323e00afda830f96e493c571afeaab5f39483e8d26a4971d3dcf8daac773256ccc93c24d261e2beaaee63d9d1b7b0
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.6.0
"@uniswap/sdk-core": ^5.7.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 24ffbab

Please sign in to comment.