Skip to content

Commit

Permalink
feat(v4-sdk): bump sdk-core, v3-sdk for syncd Unichain support in rou…
Browse files Browse the repository at this point in the history
…ter-sdk (#203)
  • Loading branch information
xrsv authored Nov 21, 2024
1 parent 643a9e6 commit 01ef88f
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/monorepo-integrity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:
run: yarn g:check:deps:mismatch

# This check will be disabled while a major version change of sdk-core is underway
- name: 👬🏽 Check for duplicate dependencies in lock file
run: yarn dedupe --check
# - name: 👬🏽 Check for duplicate dependencies in lock file
# run: yarn dedupe --check

- name: 🧑‍⚖️ Check for yarn constraints.pro
run: yarn constraints
4 changes: 2 additions & 2 deletions sdks/v4-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
},
"dependencies": {
"@ethersproject/solidity": "^5.0.9",
"@uniswap/sdk-core": "^5.3.1",
"@uniswap/v3-sdk": "3.12.0",
"@uniswap/sdk-core": "^6.0.0",
"@uniswap/v3-sdk": "3.19.0",
"tiny-invariant": "^1.1.0",
"tiny-warning": "^1.0.3"
},
Expand Down
20 changes: 18 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4761,6 +4761,22 @@ __metadata:
languageName: node
linkType: hard

"@uniswap/v3-sdk@npm:3.19.0":
version: 3.19.0
resolution: "@uniswap/v3-sdk@npm:3.19.0"
dependencies:
"@ethersproject/abi": ^5.5.0
"@ethersproject/solidity": ^5.0.9
"@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
tiny-invariant: ^1.1.0
tiny-warning: ^1.0.3
checksum: b076fa983838694ee7c38ebfbe5fb211514f5b5d5b37089b79ddc2a5684cd11cc32bc4f7182ed0db99f7f46b08a850397991702078bd6043103f35cf36cb6a84
languageName: node
linkType: hard

"@uniswap/v3-sdk@npm:^3.17.0, @uniswap/v3-sdk@npm:^3.18.1":
version: 3.18.1
resolution: "@uniswap/v3-sdk@npm:3.18.1"
Expand Down Expand Up @@ -4829,8 +4845,8 @@ __metadata:
"@types/mocha": ^9.1.1
"@types/node": ^18.7.16
"@types/node-fetch": ^2.6.2
"@uniswap/sdk-core": ^5.3.1
"@uniswap/v3-sdk": 3.12.0
"@uniswap/sdk-core": ^6.0.0
"@uniswap/v3-sdk": 3.19.0
chai: ^4.3.6
dotenv: ^16.0.3
eslint-plugin-prettier: ^3.4.1
Expand Down

0 comments on commit 01ef88f

Please sign in to comment.