Skip to content

Commit fdfe6d3

Browse files
chore: Update SDK (#126)
1 parent 1ba1c6e commit fdfe6d3

File tree

3 files changed

+304
-149
lines changed

3 files changed

+304
-149
lines changed

packages/indexer-database/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"author": "",
2525
"license": "ISC",
2626
"dependencies": {
27-
"@across-protocol/sdk": "^3.2.2",
27+
"@across-protocol/sdk": "^3.3.23",
2828
"pg": "^8.4.0",
2929
"reflect-metadata": "^0.1.13",
3030
"superstruct": "2.0.3-1",

packages/indexer/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@
2323
"dependencies": {
2424
"@across-protocol/constants": "^3.1.20",
2525
"@across-protocol/contracts": "^3.0.16",
26-
"@across-protocol/sdk": "^3.2.2",
26+
"@across-protocol/sdk": "^3.3.23",
27+
"@repo/error-handling": "workspace:*",
28+
"@repo/webhooks": "workspace:*",
2729
"@types/express": "^4.17.21",
2830
"@types/lodash": "^4.17.7",
2931
"bullmq": "^5.12.12",
@@ -34,8 +36,6 @@
3436
"lodash": "^4.17.21",
3537
"redis": "^4.7.0",
3638
"superstruct": "^2.0.3-1",
37-
"@repo/webhooks": "workspace:*",
38-
"@repo/error-handling": "workspace:*",
3939
"winston": "^3.13.1"
4040
},
4141
"exports": {

0 commit comments

Comments
 (0)