Skip to content

Commit

Permalink
chore: Update SDK (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
melisaguevara authored Dec 3, 2024
1 parent 1ba1c6e commit fdfe6d3
Show file tree
Hide file tree
Showing 3 changed files with 304 additions and 149 deletions.
2 changes: 1 addition & 1 deletion packages/indexer-database/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@across-protocol/sdk": "^3.2.2",
"@across-protocol/sdk": "^3.3.23",
"pg": "^8.4.0",
"reflect-metadata": "^0.1.13",
"superstruct": "2.0.3-1",
Expand Down
6 changes: 3 additions & 3 deletions packages/indexer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@
"dependencies": {
"@across-protocol/constants": "^3.1.20",
"@across-protocol/contracts": "^3.0.16",
"@across-protocol/sdk": "^3.2.2",
"@across-protocol/sdk": "^3.3.23",
"@repo/error-handling": "workspace:*",
"@repo/webhooks": "workspace:*",
"@types/express": "^4.17.21",
"@types/lodash": "^4.17.7",
"bullmq": "^5.12.12",
Expand All @@ -34,8 +36,6 @@
"lodash": "^4.17.21",
"redis": "^4.7.0",
"superstruct": "^2.0.3-1",
"@repo/webhooks": "workspace:*",
"@repo/error-handling": "workspace:*",
"winston": "^3.13.1"
},
"exports": {
Expand Down
Loading

0 comments on commit fdfe6d3

Please sign in to comment.