Skip to content

Commit b3bd6f1

Browse files
authored
fix(universal-router-sdk): bump router-sdk to 1.19.0 (#255)
## Description Release #253 ## How Has This Been Tested? _[e.g. Manually, E2E tests, unit tests, Storybook]_ ## Are there any breaking changes? _[e.g. Type definitions, API definitions]_ If there are breaking changes, please ensure you bump the major version Bump the major version (by using the title `feat(breaking): ...`), post a notice in #eng-sdks, and explicitly notify all Uniswap Labs consumers of the SDK. ## (Optional) Feedback Focus _[Specific parts of this PR you'd like feedback on, or that reviewers should pay closer attention to]_ ## (Optional) Follow Ups _[Things that weren't addressed in this PR, ways you plan to build on this work, or other ways this work could be extended]_
1 parent a1bc356 commit b3bd6f1

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

sdks/universal-router-sdk/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"dependencies": {
3232
"@openzeppelin/contracts": "4.7.0",
3333
"@uniswap/permit2-sdk": "^1.3.0",
34-
"@uniswap/router-sdk": "^1.18.0",
34+
"@uniswap/router-sdk": "^1.19.0",
3535
"@uniswap/sdk-core": "^7.2.0",
3636
"@uniswap/universal-router": "2.0.0-beta.2",
3737
"@uniswap/v2-core": "^1.0.1",

yarn.lock

+13-13
Original file line numberDiff line numberDiff line change
@@ -4509,17 +4509,17 @@ __metadata:
45094509
languageName: unknown
45104510
linkType: soft
45114511

4512-
"@uniswap/router-sdk@npm:^1.18.0":
4513-
version: 1.18.0
4514-
resolution: "@uniswap/router-sdk@npm:1.18.0"
4512+
"@uniswap/router-sdk@npm:^1.19.0":
4513+
version: 1.19.0
4514+
resolution: "@uniswap/router-sdk@npm:1.19.0"
45154515
dependencies:
45164516
"@ethersproject/abi": ^5.5.0
4517-
"@uniswap/sdk-core": ^7.1.0
4517+
"@uniswap/sdk-core": ^7.2.0
45184518
"@uniswap/swap-router-contracts": ^1.3.0
4519-
"@uniswap/v2-sdk": ^4.9.0
4520-
"@uniswap/v3-sdk": ^3.21.0
4521-
"@uniswap/v4-sdk": ^1.15.0
4522-
checksum: b715c91be8653697251cca6c27054e4a2c1edfd074c93205a9b320ffa16de4afb34a78822485aa72964d4c8f1f1bb2af7ffba0a3c5daf116b57ec8a56fd0608b
4519+
"@uniswap/v2-sdk": ^4.10.0
4520+
"@uniswap/v3-sdk": ^3.22.0
4521+
"@uniswap/v4-sdk": ^1.16.0
4522+
checksum: 1cdf98dd1cb65396705792b6caae90f4d6f3cff287dedfe15b30a98f0cba8a604c5f23dbe988b3c695785c3e4c0c2f596415b1507221d00b2f1104cdfd846497
45234523
languageName: node
45244524
linkType: hard
45254525

@@ -4556,7 +4556,7 @@ __metadata:
45564556
languageName: node
45574557
linkType: hard
45584558

4559-
"@uniswap/sdk-core@npm:^7.1.0, @uniswap/sdk-core@npm:^7.2.0":
4559+
"@uniswap/sdk-core@npm:^7.2.0":
45604560
version: 7.2.0
45614561
resolution: "@uniswap/sdk-core@npm:7.2.0"
45624562
dependencies:
@@ -4647,7 +4647,7 @@ __metadata:
46474647
"@types/node": ^18.7.16
46484648
"@types/node-fetch": ^2.6.2
46494649
"@uniswap/permit2-sdk": ^1.3.0
4650-
"@uniswap/router-sdk": ^1.18.0
4650+
"@uniswap/router-sdk": ^1.19.0
46514651
"@uniswap/sdk-core": ^7.2.0
46524652
"@uniswap/universal-router": 2.0.0-beta.2
46534653
"@uniswap/v2-core": ^1.0.1
@@ -4688,7 +4688,7 @@ __metadata:
46884688
languageName: node
46894689
linkType: hard
46904690

4691-
"@uniswap/v2-sdk@npm:^4.10.0, @uniswap/v2-sdk@npm:^4.9.0":
4691+
"@uniswap/v2-sdk@npm:^4.10.0":
46924692
version: 4.10.0
46934693
resolution: "@uniswap/v2-sdk@npm:4.10.0"
46944694
dependencies:
@@ -4745,7 +4745,7 @@ __metadata:
47454745
languageName: node
47464746
linkType: hard
47474747

4748-
"@uniswap/v3-sdk@npm:3.22.0, @uniswap/v3-sdk@npm:^3.21.0, @uniswap/v3-sdk@npm:^3.22.0":
4748+
"@uniswap/v3-sdk@npm:3.22.0, @uniswap/v3-sdk@npm:^3.22.0":
47494749
version: 3.22.0
47504750
resolution: "@uniswap/v3-sdk@npm:3.22.0"
47514751
dependencies:
@@ -4791,7 +4791,7 @@ __metadata:
47914791
languageName: node
47924792
linkType: hard
47934793

4794-
"@uniswap/v4-sdk@npm:^1.15.0, @uniswap/v4-sdk@npm:^1.16.0":
4794+
"@uniswap/v4-sdk@npm:^1.16.0":
47954795
version: 1.16.0
47964796
resolution: "@uniswap/v4-sdk@npm:1.16.0"
47974797
dependencies:

0 commit comments

Comments
 (0)