Skip to content

Commit 9e05628

Browse files
authored
feat: production release πŸš€ (#395)
1 parent 192f886 commit 9e05628

File tree

4 files changed

+42
-42
lines changed

4 files changed

+42
-42
lines changed

β€Žpackages/indexer-api/package.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"author": "",
2323
"license": "ISC",
2424
"dependencies": {
25-
"@across-protocol/sdk": "^4.3.67",
25+
"@across-protocol/sdk": "^4.3.75",
2626
"@repo/error-handling": "workspace:*",
2727
"@repo/indexer": "workspace:*",
2828
"@repo/indexer-database": "workspace:*",

β€Žpackages/indexer-database/package.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"author": "",
2626
"license": "ISC",
2727
"dependencies": {
28-
"@across-protocol/sdk": "^4.3.67",
28+
"@across-protocol/sdk": "^4.3.75",
2929
"pg": "^8.4.0",
3030
"reflect-metadata": "^0.1.13",
3131
"superstruct": "2.0.3-1",

β€Žpackages/indexer/package.jsonβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
"author": "",
2222
"license": "ISC",
2323
"dependencies": {
24-
"@across-protocol/constants": "^3.1.79",
24+
"@across-protocol/constants": "^3.1.82",
2525
"@across-protocol/contracts": "^4.1.9",
26-
"@across-protocol/sdk": "^4.3.67",
26+
"@across-protocol/sdk": "^4.3.75",
2727
"@repo/error-handling": "workspace:*",
2828
"@repo/webhooks": "workspace:*",
2929
"@solana/kit": "^2.1.0",

0 commit comments

Comments
Β (0)