Skip to content

Commit

Permalink
fix(version): bump sdk-v2, sdk-v3, and sdk-core version usages to use…
Browse files Browse the repository at this point in the history
… beta
  • Loading branch information
adjkant committed Apr 11, 2024
1 parent 93e6d2f commit 73f95f2
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 6 deletions.
6 changes: 3 additions & 3 deletions sdks/router-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@
},
"dependencies": {
"@ethersproject/abi": "^5.5.0",
"@uniswap/sdk-core": "^4.2.0",
"@uniswap/sdk-core": "^4.2.1-beta.1",
"@uniswap/swap-router-contracts": "^1.3.0",
"@uniswap/v2-sdk": "^4.3.0",
"@uniswap/v3-sdk": "^3.11.0"
"@uniswap/v2-sdk": "^4.3.1-beta.2",
"@uniswap/v3-sdk": "^3.11.1-beta.2"
},
"devDependencies": {
"@types/jest": "^24.0.25",
Expand Down
35 changes: 32 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4621,10 +4621,10 @@ __metadata:
dependencies:
"@ethersproject/abi": ^5.5.0
"@types/jest": ^24.0.25
"@uniswap/sdk-core": ^4.2.0
"@uniswap/sdk-core": ^4.2.1-beta.1
"@uniswap/swap-router-contracts": ^1.3.0
"@uniswap/v2-sdk": ^4.3.0
"@uniswap/v3-sdk": ^3.11.0
"@uniswap/v2-sdk": ^4.3.1-beta.2
"@uniswap/v3-sdk": ^3.11.1-beta.2
prettier: ^2.4.1
tsdx: ^0.14.1
languageName: unknown
Expand Down Expand Up @@ -4779,6 +4779,19 @@ __metadata:
languageName: node
linkType: hard

"@uniswap/v2-sdk@npm:^4.3.1-beta.2":
version: 4.3.1-beta.2
resolution: "@uniswap/v2-sdk@npm:4.3.1-beta.2"
dependencies:
"@ethersproject/address": ^5.0.2
"@ethersproject/solidity": ^5.0.9
"@uniswap/sdk-core": ^4.2.1-beta.1
tiny-invariant: ^1.1.0
tiny-warning: ^1.0.3
checksum: 1fcb4ec83dd3da05de1d2d5d7621d1d5da6481f13c9420c64b79e5159e1fc67e27589b02951ab1c2b0fc77f420d359b7adf3bc108b77aaa5794418e666820747
languageName: node
linkType: hard

"@uniswap/v2-sdk@workspace:sdks/v2-sdk":
version: 0.0.0-use.local
resolution: "@uniswap/v2-sdk@workspace:sdks/v2-sdk"
Expand Down Expand Up @@ -4839,6 +4852,22 @@ __metadata:
languageName: node
linkType: hard

"@uniswap/v3-sdk@npm:^3.11.1-beta.2":
version: 3.11.1-beta.2
resolution: "@uniswap/v3-sdk@npm:3.11.1-beta.2"
dependencies:
"@ethersproject/abi": ^5.5.0
"@ethersproject/solidity": ^5.0.9
"@uniswap/sdk-core": ^4.2.1-beta.1
"@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: abcfd39ed1cf52b5ccf4abd6fa37a1c9c39c9f4e2b1b957c795428201e5fdb8b7cfe07879bffca35cbc67c5b55737ec82fead68e12fece01cebf3bdb0c41e424
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

0 comments on commit 73f95f2

Please sign in to comment.